summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'frontend')
-rw-r--r--frontend/types/api.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/types/api.ts b/frontend/types/api.ts
index 7efe628..c8fc26b 100644
--- a/frontend/types/api.ts
+++ b/frontend/types/api.ts
@@ -136,6 +136,7 @@ export type DcfResult = {
base_fcf?: number | null;
wacc: number;
terminal_growth: number;
+ projection_years: number;
};
export type MultipleResult = {