Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
bb43cdaee9
commit
18b02ab6b7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user