Shun Miyazawa 2 лет назад
Родитель
Сommit
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'> & {