Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-26 08:59:48 +00:00
co-authored by renee-png
parent bb43cdaee9
commit 18b02ab6b7
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -1059,6 +1059,7 @@ export type Database = {
notes: string | null
phone: string | null
postal_code: string | null
property_address: string | null
state: string | null
title: string | null
updated_at: string
@@ -1079,6 +1080,7 @@ export type Database = {
notes?: string | null
phone?: string | null
postal_code?: string | null
property_address?: string | null
state?: string | null
title?: string | null
updated_at?: string
@@ -1099,6 +1101,7 @@ export type Database = {
notes?: string | null
phone?: string | null
postal_code?: string | null
property_address?: string | null
state?: string | null
title?: string | null
updated_at?: string