Shun Miyazawa 2 lat temu
rodzic
commit
6e7e752d10
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      packages/core/src/interfaces/page.ts

+ 1 - 0
packages/core/src/interfaces/page.ts

@@ -31,6 +31,7 @@ export type IPage = {
   deleteUser: Ref<IUser>,
   deletedAt: Date,
   latestRevision?: Ref<IRevision>,
+  latestRevisionBodyLength?: number,
   expandContentWidth?: boolean,
 }