Przeglądaj źródła

fix lint errors

kaori 4 lat temu
rodzic
commit
1c4b00f5ce

+ 1 - 1
packages/app/src/interfaces/in-app-notification.ts

@@ -1,5 +1,5 @@
 // refer types https://github.com/crowi/crowi/blob/eecf2bc821098d2516b58104fe88fae81497d3ea/client/types/crowi.d.ts
-export interface InAppNotification {
+export interface IInAppNotification {
   _id: string
   user: string
   targetModel: 'Page'