Files

7 lines
112 B
TypeScript

/**
* 发送消息请求
*/
export interface MsgReqSend {
/** 消息内容 */
content: string;
}