enum Currency { TRY = 'TRY', EUR = 'EUR', USD = 'USD' } export default Currency;