import { CmsDataPageInterface } from './cmsDataPageInterface'; export interface CmsPageRepositoryV1SavePutBody { page: CmsDataPageInterface; }