Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-20 00:23:37 +00:00
co-authored by renee-png
parent 717da1a64f
commit 791fa8923a
2 changed files with 9 additions and 0 deletions
+6
View File
@@ -880,9 +880,11 @@ export type Database = {
current_stage: string | null
homeowner_id: string | null
id: string
in_bankruptcy: boolean
interest_rate_override: number | null
name: string | null
notes: string | null
on_payment_plan: boolean
opened_at: string
status: string
updated_at: string
@@ -895,9 +897,11 @@ export type Database = {
current_stage?: string | null
homeowner_id?: string | null
id?: string
in_bankruptcy?: boolean
interest_rate_override?: number | null
name?: string | null
notes?: string | null
on_payment_plan?: boolean
opened_at?: string
status?: string
updated_at?: string
@@ -910,9 +914,11 @@ export type Database = {
current_stage?: string | null
homeowner_id?: string | null
id?: string
in_bankruptcy?: boolean
interest_rate_override?: number | null
name?: string | null
notes?: string | null
on_payment_plan?: boolean
opened_at?: string
status?: string
updated_at?: string