Explorar o código

Update page interface

Shun Miyazawa %!s(int64=2) %!d(string=hai) anos
pai
achega
f38bf1eeab
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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>,
   latestRevisionBodyLength?: number,
   expandContentWidth?: boolean,
+  wip?: boolean,
+  wipExpiredAt?: Date,
 }
 
 export type IPagePopulatedToList = Omit<IPageHasId, 'lastUpdateUser'> & {