Files

7 lines
107 B
TypeScript
Raw Permalink Normal View History

/**
*
*/
export interface MsgResSend {
/** 发送时间 */
time: Date;
}