import { CatalogDataProductTierPriceExtensionInterface } from './catalogDataProductTierPriceExtensionInterface'; export interface CatalogDataProductTierPriceInterface { customerGroupId: number; qty: number; value: number; extensionAttributes?: CatalogDataProductTierPriceExtensionInterface; }