Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
87f372424d
commit
2feb021756
@@ -1490,6 +1490,7 @@ export type Database = {
|
||||
description: string | null
|
||||
id: string
|
||||
name: string
|
||||
pricing_type: string
|
||||
sort_order: number
|
||||
updated_at: string
|
||||
}
|
||||
@@ -1503,6 +1504,7 @@ export type Database = {
|
||||
description?: string | null
|
||||
id?: string
|
||||
name: string
|
||||
pricing_type?: string
|
||||
sort_order?: number
|
||||
updated_at?: string
|
||||
}
|
||||
@@ -1516,6 +1518,7 @@ export type Database = {
|
||||
description?: string | null
|
||||
id?: string
|
||||
name?: string
|
||||
pricing_type?: string
|
||||
sort_order?: number
|
||||
updated_at?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user