Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 02:48:49 +00:00
co-authored by renee-png
parent 8a33c6a9a4
commit 7cdbb1fcdc
2 changed files with 4 additions and 3 deletions
+3 -3
View File
@@ -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