소스 검색

fix lint errors

kaori 4 년 전
부모
커밋
1c4b00f5ce
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/app/src/interfaces/in-app-notification.ts

+ 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'