mirror of https://github.com/ghostfolio/ghostfolio
Browse Source
* Add queries * ETF_WITHOUT_COUNTRIES * ETF_WITHOUT_SECTORS * Update changelogpull/2154/head
committed by
GitHub
10 changed files with 113 additions and 45 deletions
@ -1,5 +1,11 @@ |
|||
export interface Filter { |
|||
id: string; |
|||
label?: string; |
|||
type: 'ACCOUNT' | 'ASSET_CLASS' | 'ASSET_SUB_CLASS' | 'SYMBOL' | 'TAG'; |
|||
type: |
|||
| 'ACCOUNT' |
|||
| 'ASSET_CLASS' |
|||
| 'ASSET_SUB_CLASS' |
|||
| 'QUERY_ID' |
|||
| 'SYMBOL' |
|||
| 'TAG'; |
|||
} |
|||
|
@ -0,0 +1 @@ |
|||
export type MarketDataQuery = 'ETF_WITHOUT_COUNTRIES' | 'ETF_WITHOUT_SECTORS'; |
Loading…
Reference in new issue