mirror of https://github.com/ghostfolio/ghostfolio
3 changed files with 8 additions and 14 deletions
@ -1,3 +1,9 @@ |
|||||
export interface RuleSettings { |
export interface RuleSettings { |
||||
isActive: boolean; |
isActive: boolean; |
||||
} |
} |
||||
|
|
||||
|
export interface Settings extends RuleSettings { |
||||
|
baseCurrency: string; |
||||
|
thresholdMin: number; |
||||
|
thresholdMax: number; |
||||
|
} |
||||
|
Loading…
Reference in new issue