Files

7 lines
112 B
TypeScript
Raw Permalink Normal View History

/**
*
*/
export interface MsgReqSend {
/** 消息内容 */
content: string;
}