Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
3da6fee9b1
commit
add07a8450
@@ -378,6 +378,7 @@ export type Database = {
|
||||
created_at: string
|
||||
email: string
|
||||
full_name: string
|
||||
hourly_rate: number | null
|
||||
id: string
|
||||
updated_at: string
|
||||
}
|
||||
@@ -385,6 +386,7 @@ export type Database = {
|
||||
created_at?: string
|
||||
email?: string
|
||||
full_name?: string
|
||||
hourly_rate?: number | null
|
||||
id: string
|
||||
updated_at?: string
|
||||
}
|
||||
@@ -392,6 +394,7 @@ export type Database = {
|
||||
created_at?: string
|
||||
email?: string
|
||||
full_name?: string
|
||||
hourly_rate?: number | null
|
||||
id?: string
|
||||
updated_at?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user