Commit_all_local_changes_after_PR_406_merge

This commit is contained in:
ajaysi
2026-03-10 17:01:36 +05:30
parent f78b5f1e04
commit 8c2d88efb9
17 changed files with 936 additions and 412 deletions

View File

@@ -14,6 +14,14 @@ export interface WorkflowProvenanceSummary {
taskSourceBreakdown: Partial<Record<WorkflowGenerationMode, number>>;
}
export interface TodayWorkflowScheduleStatus {
date: string;
generated: boolean;
scheduled_run_completed: boolean;
source: string | null;
created_at?: string | null;
}
export interface TodayTask {
id: string;
pillarId: string;