소스 검색

feat(types): IMessageData补充 isShowProcess 字段

wupeixin 3 년 전
부모
커밋
34e292c19c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;
 }