import { CatalogDataCostInterface } from './catalogDataCostInterface'; export interface CatalogCostStorageV1UpdatePostBody { prices: Array; }