Feature/add benchmarks preset to admin control panel (#3513)

* Add benchmarks preset

* Update changelog
This commit is contained in:
Thomas Kaul
2024-06-26 20:18:53 +02:00
committed by GitHub
parent 58d1abbd38
commit ee086638f3
5 changed files with 24 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
export type MarketDataPreset =
| 'BENCHMARKS'
| 'CURRENCIES'
| 'ETF_WITHOUT_COUNTRIES'
| 'ETF_WITHOUT_SECTORS';