type GarantiPayInstallment = { number: number; totalPrice: number; }; export default GarantiPayInstallment;