Shun Miyazawa пре 2 година
родитељ
комит
3cf0c9d547
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/core/src/interfaces/page.ts

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

@@ -40,7 +40,7 @@ export type IPage = {
   latestRevisionBodyLength?: number,
   expandContentWidth?: boolean,
   wip?: boolean,
-  wipExpiredAt?: Date,
+  wipExpiredAt?: Date | null,
 }
 
 export type IPagePopulatedToList = Omit<IPageHasId, 'lastUpdateUser'> & {