Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
095df6e6f2
commit
6d2e33c44f
@@ -3013,6 +3013,7 @@ export type Database = {
|
||||
created_by: string | null
|
||||
description: string | null
|
||||
id: string
|
||||
kind: string
|
||||
name: string
|
||||
updated_at: string
|
||||
}
|
||||
@@ -3021,6 +3022,7 @@ export type Database = {
|
||||
created_by?: string | null
|
||||
description?: string | null
|
||||
id?: string
|
||||
kind?: string
|
||||
name: string
|
||||
updated_at?: string
|
||||
}
|
||||
@@ -3029,6 +3031,7 @@ export type Database = {
|
||||
created_by?: string | null
|
||||
description?: string | null
|
||||
id?: string
|
||||
kind?: string
|
||||
name?: string
|
||||
updated_at?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user