import { CatalogDataCategoryInterface } from './catalogDataCategoryInterface'; export interface CatalogCategoryRepositoryV1SavePutBody { category: CatalogDataCategoryInterface; }