Feature/extend fire calculator by retirement date (#1748)
* Extend fire calculator by retirement date * Update changelog --------- Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
6301c0c21c
commit
fce9e7fb0c
@@ -10,6 +10,8 @@ export interface UserSettings {
|
||||
isRestrictedView?: boolean;
|
||||
language?: string;
|
||||
locale?: string;
|
||||
projectedTotalAmount?: number;
|
||||
retirementDate?: string;
|
||||
savingsRate?: number;
|
||||
viewMode?: ViewMode;
|
||||
}
|
||||
|
Reference in New Issue
Block a user