Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 16:40:41 +00:00
co-authored by renee-png
parent 7c761ac790
commit 1dd6dbefff
2 changed files with 54 additions and 0 deletions
+27
View File
@@ -1473,6 +1473,33 @@ export type Database = {
}
Relationships: []
}
form_settings: {
Row: {
config: Json
created_at: string
form_key: string
id: string
updated_at: string
updated_by: string | null
}
Insert: {
config?: Json
created_at?: string
form_key: string
id?: string
updated_at?: string
updated_by?: string | null
}
Update: {
config?: Json
created_at?: string
form_key?: string
id?: string
updated_at?: string
updated_by?: string | null
}
Relationships: []
}
generated_documents: {
Row: {
body: string | null