Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
8a33c6a9a4
commit
7cdbb1fcdc
@@ -191,7 +191,7 @@ export type Database = {
|
||||
case_number: string
|
||||
case_summary: string | null
|
||||
claim_amount: number | null
|
||||
client_id: string
|
||||
client_id: string | null
|
||||
closed_at: string | null
|
||||
court: string | null
|
||||
court_case_number: string | null
|
||||
@@ -228,7 +228,7 @@ export type Database = {
|
||||
case_number: string
|
||||
case_summary?: string | null
|
||||
claim_amount?: number | null
|
||||
client_id: string
|
||||
client_id?: string | null
|
||||
closed_at?: string | null
|
||||
court?: string | null
|
||||
court_case_number?: string | null
|
||||
@@ -265,7 +265,7 @@ export type Database = {
|
||||
case_number?: string
|
||||
case_summary?: string | null
|
||||
claim_amount?: number | null
|
||||
client_id?: string
|
||||
client_id?: string | null
|
||||
closed_at?: string | null
|
||||
court?: string | null
|
||||
court_case_number?: string | null
|
||||
|
||||
Reference in New Issue
Block a user