Browse Source

refactor(types): message type

qinlaiqiao 4 năm trước cách đây
mục cha
commit
fa0fdf1c12
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      types/src/interface/message.ts

+ 1 - 0
types/src/interface/message.ts

@@ -31,4 +31,5 @@ export interface IMessage {
   name: MessageName;
   name: MessageName;
   data?: any;
   data?: any;
   tags: string[];
   tags: string[];
+  createTime: number;
 }
 }