Kaynağa Gözat

fix interfaces

Yuki Takei 8 ay önce
ebeveyn
işleme
36763b4c05
1 değiştirilmiş dosya ile 1 ekleme ve 2 silme
  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;