import { CatalogDataCategoryProductLinkInterface } from './catalogDataCategoryProductLinkInterface'; export interface CatalogCategoryLinkRepositoryV1SavePostBody { productLink: CatalogDataCategoryProductLinkInterface; }