Álvaro Valenzuela Valdes commited on
Commit
4ceb9d2
·
1 Parent(s): be04f48

fix: Add strategic_roadmap to TypeScript interface to fix build error

Browse files
Files changed (1) hide show
  1. frontend/lib/types.ts +1 -0
frontend/lib/types.ts CHANGED
@@ -57,6 +57,7 @@ export type AnalysisResult = {
57
  action_plan: ActionItem[];
58
  proposal_draft: string;
59
  report_markdown: string;
 
60
  audit_log: string[];
61
  };
62
 
 
57
  action_plan: ActionItem[];
58
  proposal_draft: string;
59
  report_markdown: string;
60
+ strategic_roadmap?: string;
61
  audit_log: string[];
62
  };
63