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