Explorar el Código

refactor(types): message type

qinlaiqiao hace 4 años
padre
commit
41d6deb253
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      types/src/interface/message.ts

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

@@ -32,5 +32,7 @@ export interface IMessage {
   name: MessageName;
   data?: any;
   tags: string[];
+  unread: boolean;
+  removable: boolean;
   createTime: number;
 }