type RefundWalletTransactionRequest = { refundPrice: number; }; export default RefundWalletTransactionRequest;