mirror of https://github.com/ghostfolio/ghostfolio
committed by
GitHub
18 changed files with 238 additions and 10 deletions
@ -0,0 +1,26 @@ |
|||||
|
[ |
||||
|
"AT", |
||||
|
"AU", |
||||
|
"BE", |
||||
|
"CA", |
||||
|
"CH", |
||||
|
"DE", |
||||
|
"DK", |
||||
|
"ES", |
||||
|
"FI", |
||||
|
"FR", |
||||
|
"GB", |
||||
|
"HK", |
||||
|
"IE", |
||||
|
"IL", |
||||
|
"IT", |
||||
|
"JP", |
||||
|
"LU", |
||||
|
"NL", |
||||
|
"NO", |
||||
|
"NZ", |
||||
|
"PT", |
||||
|
"SE", |
||||
|
"SG", |
||||
|
"US" |
||||
|
] |
@ -0,0 +1,28 @@ |
|||||
|
[ |
||||
|
"AE", |
||||
|
"BR", |
||||
|
"CL", |
||||
|
"CN", |
||||
|
"CO", |
||||
|
"CY", |
||||
|
"CZ", |
||||
|
"EG", |
||||
|
"GR", |
||||
|
"HK", |
||||
|
"HU", |
||||
|
"ID", |
||||
|
"IN", |
||||
|
"KR", |
||||
|
"KW", |
||||
|
"MX", |
||||
|
"MY", |
||||
|
"PE", |
||||
|
"PH", |
||||
|
"PL", |
||||
|
"QA", |
||||
|
"SA", |
||||
|
"TH", |
||||
|
"TR", |
||||
|
"TW", |
||||
|
"ZA" |
||||
|
] |
@ -0,0 +1 @@ |
|||||
|
export type Market = 'developedMarkets' | 'emergingMarkets' | 'otherMarkets'; |
Loading…
Reference in new issue