Skip to content

Commit 4845786

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 b651e16 commit 4845786

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/database.types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export interface ThreadMessage {
172172
sender_id: string
173173
content: string
174174
message_type: 'text' | 'code' | 'file' | 'image'
175-
metadata?: Record<string, any>
175+
metadata?: Json
176176
created_at: string
177177
updated_at: string
178178
}

0 commit comments

Comments
 (0)