Browse Source

fix interfaces

Yuki Takei 8 tháng trước cách đây
mục cha
commit
36763b4c05
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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;