import { CmsDataBlockInterface } from './cmsDataBlockInterface'; export interface CmsBlockRepositoryV1SavePostBody { block: CmsDataBlockInterface; }