UNPKG

xbccs

Version:

customer service

7 lines (6 loc) 144 B
export interface IMsg { phone?: string | undefined; wechat?: string | undefined; email?: string | undefined; content: string; }