export type PageStatus = 'PUBLISHED' | 'UNPUBLISHED' | 'IN_REVISION';