Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot] 2026-05-28 21:56:14 +00:00
parent 20ccf1e9c5
commit c0d18506f8
2 changed files with 49 additions and 0 deletions

View file

@ -694,6 +694,7 @@ export type Database = {
current_version_id: string | null
description: string
id: string
is_default: boolean
name: string
status: string
trigger_keywords: string
@ -706,6 +707,7 @@ export type Database = {
current_version_id?: string | null
description: string
id?: string
is_default?: boolean
name: string
status?: string
trigger_keywords: string
@ -718,6 +720,7 @@ export type Database = {
current_version_id?: string | null
description?: string
id?: string
is_default?: boolean
name?: string
status?: string
trigger_keywords?: string