export interface CmsDataBlockInterface { id?: number; identifier: string; title?: string; content?: string; creationTime?: string; updateTime?: string; active?: boolean; }