Feature/include unavailable data in allocations by market chart (#2190)
* Include unavailable data in allocations by market chart * Update changelog
This commit is contained in:
@@ -4,4 +4,5 @@ export type MarketAdvanced =
|
||||
| 'europe'
|
||||
| 'japan'
|
||||
| 'northAmerica'
|
||||
| 'otherMarkets';
|
||||
| 'otherMarkets'
|
||||
| 'UNKNOWN';
|
||||
|
@@ -1 +1,5 @@
|
||||
export type Market = 'developedMarkets' | 'emergingMarkets' | 'otherMarkets';
|
||||
export type Market =
|
||||
| 'developedMarkets'
|
||||
| 'emergingMarkets'
|
||||
| 'otherMarkets'
|
||||
| 'UNKNOWN';
|
||||
|
Reference in New Issue
Block a user