import { TemplateLinkInterface, } from './index'; export interface ProductsAndPricesContentInterface { formattedPrice?: string; formattedPrintArea: string; formattedPrintQuality: string; price?: number; product: string; template: TemplateLinkInterface; }