Skip to content

Commit 328d3bb

Browse files
Update lib/database.types.ts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent f030581 commit 328d3bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/database.types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ export interface FragmentExecution {
9797
user_id: string
9898
execution_status: 'pending' | 'running' | 'completed' | 'failed' | 'cancelled'
9999
sandbox_id?: string
100-
input_data?: Record<string, any>
101-
output_data?: Record<string, any>
100+
input_data?: Json
101+
output_data?: Json
102102
error_message?: string
103103
execution_time_ms?: number
104104
created_at: string

0 commit comments

Comments
 (0)