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