Yuki Takei 6 месяцев назад
Родитель
Сommit
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'
   | 'path'
   | 'parent'
   | 'parent'
   | 'descendantCount'
   | 'descendantCount'
+  | 'revision'
   | 'grant'
   | 'grant'
   | 'isEmpty'
   | 'isEmpty'
-  | 'createdAt'
-  | 'updatedAt'
   | 'wip'
   | 'wip'
 > & {
 > & {
   processData?: IPageOperationProcessData;
   processData?: IPageOperationProcessData;