declare enum RefundDestinationType { Card = "CARD", Wallet = "WALLET" } export default RefundDestinationType;