Sfoglia il codice sorgente

Update page interface

Shun Miyazawa 2 anni fa
parent
commit
f38bf1eeab
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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'> & {