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