Ver código fonte

fix interfaces

Yuki Takei 8 meses atrás
pai
commit
36763b4c05
1 arquivos alterados com 1 adições e 2 exclusões
  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;