Type Alias DataStreamMessage
DataStreamMessage: { id?: number; message: Record<any, any>; protocol: string; status?: HDSStatus; topic: string; type: MessageType;} Type declaration
Optional
id?: number
message: Record<any, any>
protocol: string
topic: string