import { ChatInfo } from "../PtlChatSend"; /** * msg推送信息 */ export interface MsgChatNew_s { [xbid: string]: ChatInfo }