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