|
@@ -39,6 +39,8 @@ export type IPage = {
|
|
|
latestRevision?: Ref<IRevision>,
|
|
latestRevision?: Ref<IRevision>,
|
|
|
latestRevisionBodyLength?: number,
|
|
latestRevisionBodyLength?: number,
|
|
|
expandContentWidth?: boolean,
|
|
expandContentWidth?: boolean,
|
|
|
|
|
+ wip?: boolean,
|
|
|
|
|
+ wipExpiredAt?: Date,
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
export type IPagePopulatedToList = Omit<IPageHasId, 'lastUpdateUser'> & {
|
|
export type IPagePopulatedToList = Omit<IPageHasId, 'lastUpdateUser'> & {
|