UNPKG

@microsoft/omnichannel-chat-sdk

Version:
6 lines (5 loc) 109 B
export default interface IChatSDKMessage { content: string; tags?: string[]; timestamp?: Date; }