Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-05-01 14:44:00 +00:00
co-authored by renee-png
parent 80ea414e92
commit a5dd9244d3
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -3383,6 +3383,7 @@ export type Database = {
created_by: string | null
entry_date: string
entry_type: string
external_id: string | null
id: string
note: string | null
source_invoice_id: string | null
@@ -3399,6 +3400,7 @@ export type Database = {
created_by?: string | null
entry_date?: string
entry_type: string
external_id?: string | null
id?: string
note?: string | null
source_invoice_id?: string | null
@@ -3415,6 +3417,7 @@ export type Database = {
created_by?: string | null
entry_date?: string
entry_type?: string
external_id?: string | null
id?: string
note?: string | null
source_invoice_id?: string | null