@valexe-technologies/lookup.services
Version:
Business Services for Lookup
8 lines • 318 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SUPPORTED_CURRENCIES = void 0;
exports.SUPPORTED_CURRENCIES = [
{ code: 'INR', symbol: '₹', name: 'Indian Rupee' },
{ code: 'USD', symbol: '$', name: 'United States of America' }
];
//# sourceMappingURL=referenceData.js.map