mirror of https://github.com/ghostfolio/ghostfolio
Thomas Kaul
3 years ago
committed by
GitHub
8 changed files with 96 additions and 23 deletions
@ -1,5 +1,5 @@ |
|||||
export interface Filter { |
export interface Filter { |
||||
id: string; |
id: string; |
||||
label?: string; |
label?: string; |
||||
type: 'ACCOUNT' | 'SYMBOL' | 'TAG'; |
type: 'ACCOUNT' | 'ASSET_CLASS' | 'SYMBOL' | 'TAG'; |
||||
} |
} |
||||
|
Loading…
Reference in new issue