AsObject: {
    chatMessage?: ChatMessage.AsObject;
    id: string;
    message: string;
    timestamp: number;
    title: string;
    trade?: TradeInfo.AsObject;
    type: NotificationType;
}

Type declaration

Generated using TypeDoc