diff options
Diffstat (limited to 'frontend/src')
| -rw-r--r-- | frontend/src/store/flowStore.ts | 2 |
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 } |
