UNPKG

@microsoft/omnichannel-chat-sdk

Version:
9 lines (8 loc) 151 B
export type PrintableMessage = { id: string; bot: boolean; tags?: string[]; card: boolean; content: string; created?: Date; };