import { CatalogDataProductRenderFormattedPriceInfoExtensionInterface } from './catalogDataProductRenderFormattedPriceInfoExtensionInterface'; export interface CatalogDataProductRenderFormattedPriceInfoInterface { finalPrice: string; maxPrice: string; minimalPrice: string; maxRegularPrice: string; minimalRegularPrice: string; specialPrice: string; regularPrice: string; extensionAttributes?: CatalogDataProductRenderFormattedPriceInfoExtensionInterface; }