소스 검색

fix interfaces

Yuki Takei 8 달 전
부모
커밋
36763b4c05
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      apps/app/src/interfaces/page.ts

+ 1 - 2
apps/app/src/interfaces/page.ts

@@ -27,10 +27,9 @@ export type IPageForTreeItem = Pick<
   | 'path'
   | 'parent'
   | 'descendantCount'
+  | 'revision'
   | 'grant'
   | 'isEmpty'
-  | 'createdAt'
-  | 'updatedAt'
   | 'wip'
 > & {
   processData?: IPageOperationProcessData;