7 lines
107 B
TypeScript
7 lines
107 B
TypeScript
/**
|
|
* 发送消息响应
|
|
*/
|
|
export interface MsgResSend {
|
|
/** 发送时间 */
|
|
time: Date;
|
|
} |