import { CatalogDataProductRenderPriceInfoInterface } from './catalogDataProductRenderPriceInfoInterface'; import { MsrpDataProductRenderMsrpPriceInfoInterface } from './msrpDataProductRenderMsrpPriceInfoInterface'; import { WeeeDataProductRenderWeeeAdjustmentAttributeInterface } from './weeeDataProductRenderWeeeAdjustmentAttributeInterface'; export interface CatalogDataProductRenderPriceInfoExtensionInterface { msrp?: MsrpDataProductRenderMsrpPriceInfoInterface; taxAdjustments?: CatalogDataProductRenderPriceInfoInterface; weeeAttributes?: Array; weeeAdjustment?: string; }