ソースを参照

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;