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