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