mirror of https://github.com/ghostfolio/ghostfolio
7 changed files with 95 additions and 23 deletions
@ -1,5 +1,5 @@ |
|||
export interface Filter { |
|||
id: string; |
|||
label?: string; |
|||
type: 'ACCOUNT' | 'SYMBOL' | 'TAG'; |
|||
type: 'ACCOUNT' | 'ASSET_CLASS' | 'SYMBOL' | 'TAG'; |
|||
} |
|||
|
Loading…
Reference in new issue