Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
aae80ec936
commit
269c71a74c
@@ -1652,7 +1652,9 @@ export type Database = {
|
||||
external_id: string | null
|
||||
id: string
|
||||
invoice_id: string | null
|
||||
quantity: number
|
||||
receipt_storage_path: string | null
|
||||
unit_price: number
|
||||
updated_at: string
|
||||
user_id: string
|
||||
}
|
||||
@@ -1667,7 +1669,9 @@ export type Database = {
|
||||
external_id?: string | null
|
||||
id?: string
|
||||
invoice_id?: string | null
|
||||
quantity?: number
|
||||
receipt_storage_path?: string | null
|
||||
unit_price?: number
|
||||
updated_at?: string
|
||||
user_id: string
|
||||
}
|
||||
@@ -1682,7 +1686,9 @@ export type Database = {
|
||||
external_id?: string | null
|
||||
id?: string
|
||||
invoice_id?: string | null
|
||||
quantity?: number
|
||||
receipt_storage_path?: string | null
|
||||
unit_price?: number
|
||||
updated_at?: string
|
||||
user_id?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user