@@ -1,9 +1,10 @@
+import { ChatInfo } from "../PtlChatSend";
/**
* msg推送信息
*/
export interface MsgChatNew_s {
-
+ [xbid: string]: ChatInfo
}