type PaymentTransaction = { transactionId: number; transactionType: string; payoutAmount: number; }; export default PaymentTransaction;