瀏覽代碼

Merge branch 'feat/140128-enable-saving-as-a-wip-page' into feat/140129-turn-existing-pages-into-wip-pages

Shun Miyazawa 2 年之前
父節點
當前提交
51a3b4da17
共有 1 個文件被更改,包括 2 次插入0 次删除
  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'> & {