enum CardType { CreditCard = 'CREDIT_CARD', DebitCard = 'DEBIT_CARD', PrepaidCard = 'PREPAID_CARD' } export default CardType;