import { CatalogDataProductWebsiteLinkInterface } from './catalogDataProductWebsiteLinkInterface'; export interface CatalogProductWebsiteLinkRepositoryV1SavePutBody { productWebsiteLink: CatalogDataProductWebsiteLinkInterface; }