Explorar o código

refactor(types): 通知中心

qinlaiqiao %!s(int64=4) %!d(string=hai) anos
pai
achega
82fe39eced
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      types/src/interface/notification.ts

+ 6 - 0
types/src/interface/notification.ts

@@ -0,0 +1,6 @@
+export interface INotificationListItem {
+  ID: string;
+  status: 'unread' | 'already';
+  title: string;
+  removable: boolean;
+}