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