type WalletTransactionRefundableAmountResponse = { refundableAmount: number; }; export default WalletTransactionRefundableAmountResponse;