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
  • Optional status?: HDSStatus
  • topic: string
  • type: MessageType