Merge pull request #11602 from overleaf/jel-react-personal-subscription-dash-pt-6
[web] Continue migration of change plan UI to React GitOrigin-RevId: 4f6176ac101ba3c57134cf5c86329e205f17ab23
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
export const currencies = <const>{
|
||||
USD: '$',
|
||||
EUR: '€',
|
||||
GBP: '£',
|
||||
SEK: 'kr',
|
||||
CAD: '$',
|
||||
NOK: 'kr',
|
||||
DKK: 'kr',
|
||||
AUD: '$',
|
||||
NZD: '$',
|
||||
CHF: 'Fr',
|
||||
SGD: '$',
|
||||
}
|
||||
|
||||
export type CurrencyCode = keyof typeof currencies
|
||||
Reference in New Issue
Block a user