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