Browse Source

feat(types): IMessageData补充 isShowProcess 字段

wupeixin 3 năm trước cách đây
mục cha
commit
34e292c19c
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

@@ -73,4 +73,5 @@ export interface IMessageData {
   unRead: boolean;
   type: TypeMessageData;
   title: string;
+  isShowProcess: boolean;
 }