export interface CmsDataPageInterface { id?: number; identifier: string; title?: string; pageLayout?: string; metaTitle?: string; metaKeywords?: string; metaDescription?: string; contentHeading?: string; content?: string; creationTime?: string; updateTime?: string; sortOrder?: string; layoutUpdateXml?: string; customTheme?: string; customRootTemplate?: string; customLayoutUpdateXml?: string; customThemeFrom?: string; customThemeTo?: string; active?: boolean; }