summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'frontend')
-rw-r--r--frontend/src/store/flowStore.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/src/store/flowStore.ts b/frontend/src/store/flowStore.ts
index 665030b..6140339 100644
--- a/frontend/src/store/flowStore.ts
+++ b/frontend/src/store/flowStore.ts
@@ -129,6 +129,8 @@ export interface FileMeta {
created_at: number;
provider?: string;
provider_file_id?: string;
+ anthropic_file_id?: string;
+ google_file_uri?: string;
scopes?: string[]; // "project_path/node_id" composite keys
}