Răsfoiți Sursa

Update page interface

Shun Miyazawa 2 ani în urmă
părinte
comite
f38bf1eeab
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      packages/core/src/interfaces/page.ts

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

@@ -39,6 +39,8 @@ export type IPage = {
   latestRevision?: Ref<IRevision>,
   latestRevision?: Ref<IRevision>,
   latestRevisionBodyLength?: number,
   latestRevisionBodyLength?: number,
   expandContentWidth?: boolean,
   expandContentWidth?: boolean,
+  wip?: boolean,
+  wipExpiredAt?: Date,
 }
 }
 
 
 export type IPagePopulatedToList = Omit<IPageHasId, 'lastUpdateUser'> & {
 export type IPagePopulatedToList = Omit<IPageHasId, 'lastUpdateUser'> & {