Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
504be764c7
commit
3577acd80f
@@ -539,6 +539,8 @@ export type Database = {
|
||||
client_type: Database["public"]["Enums"]["client_type"]
|
||||
created_at: string
|
||||
created_by: string | null
|
||||
default_flat_fee_amount: number | null
|
||||
default_hourly_rate: number | null
|
||||
external_id: string | null
|
||||
id: string
|
||||
management_company: string | null
|
||||
@@ -562,6 +564,8 @@ export type Database = {
|
||||
client_type?: Database["public"]["Enums"]["client_type"]
|
||||
created_at?: string
|
||||
created_by?: string | null
|
||||
default_flat_fee_amount?: number | null
|
||||
default_hourly_rate?: number | null
|
||||
external_id?: string | null
|
||||
id?: string
|
||||
management_company?: string | null
|
||||
@@ -585,6 +589,8 @@ export type Database = {
|
||||
client_type?: Database["public"]["Enums"]["client_type"]
|
||||
created_at?: string
|
||||
created_by?: string | null
|
||||
default_flat_fee_amount?: number | null
|
||||
default_hourly_rate?: number | null
|
||||
external_id?: string | null
|
||||
id?: string
|
||||
management_company?: string | null
|
||||
|
||||
Reference in New Issue
Block a user