import { BundleDataLinkInterface } from './bundleDataLinkInterface'; export interface BundleProductLinkManagementV1SaveChildPutBody { linkedProduct: BundleDataLinkInterface; }