mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
add server to monorepo.
This commit is contained in:
11
packages/server/src/services/Currencies/constants.ts
Normal file
11
packages/server/src/services/Currencies/constants.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
// eslint-disable-next-line import/prefer-default-export
|
||||
export const InitialCurrencies = [
|
||||
'USD',
|
||||
'CAD',
|
||||
'EUR',
|
||||
'LYD',
|
||||
'GBP',
|
||||
'CNY',
|
||||
'AUD',
|
||||
'INR',
|
||||
];
|
||||
Reference in New Issue
Block a user