type OfferProduct = { insuranceAmount: string; productCode: string; effectiveInterestRateMonthly: string; installmentAmount: string; creditInterest: string; term: string; totalPaymentAmount: string; productName: string; effectiveInterestRate: string; }; export default OfferProduct;