import { CatalogDataSpecialPriceInterface } from './catalogDataSpecialPriceInterface'; export interface CatalogSpecialPriceStorageV1UpdatePostBody { prices: Array; }