import { CatalogDataCostExtensionInterface } from './catalogDataCostExtensionInterface'; export interface CatalogDataCostInterface { cost: number; storeId: number; sku: string; extensionAttributes?: CatalogDataCostExtensionInterface; }