Skip to content

Commit b651e16

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 495074c commit b651e16

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
@@ -161,7 +161,7 @@ export interface ConversationThread {
161161
created_by: string
162162
project_id?: string
163163
is_public: boolean
164-
metadata?: Record<string, any>
164+
metadata?: Json
165165
created_at: string
166166
updated_at: string
167167
}

0 commit comments

Comments
 (0)