manicanldes-backend/src/common/currency.ts

2 lines
65 B
TypeScript

export const CURRENCIES = ['INR', 'USD', 'EUR', 'GBP'] as const;