Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-19 00:03:10 +00:00
co-authored by renee-png
parent 095df6e6f2
commit 6d2e33c44f
2 changed files with 15 additions and 0 deletions
+3
View File
@@ -3013,6 +3013,7 @@ export type Database = {
created_by: string | null
description: string | null
id: string
kind: string
name: string
updated_at: string
}
@@ -3021,6 +3022,7 @@ export type Database = {
created_by?: string | null
description?: string | null
id?: string
kind?: string
name: string
updated_at?: string
}
@@ -3029,6 +3031,7 @@ export type Database = {
created_by?: string | null
description?: string | null
id?: string
kind?: string
name?: string
updated_at?: string
}