WritePacket
interface WritePacket<T = any> {
err?: any
response?: T
isDisposed?: boolean
status?: string
}
Properties
Property | Description |
---|---|
err?: any
|
|
response?: T
|
|
isDisposed?: boolean
|
|
status?: string
|