type PreviewCreditPaymentRequest = { amount: string; productType: string; creditorId: number; } export default PreviewCreditPaymentRequest