import { CatalogDataTierPriceInterface } from './catalogDataTierPriceInterface'; export interface CatalogTierPriceStorageV1ReplacePutBody { prices: Array; }