feat: added compulsory tags
This commit is contained in:
9
src/lib/database.d.ts
vendored
9
src/lib/database.d.ts
vendored
@@ -70,8 +70,11 @@ export type Database = {
|
||||
description: string | null
|
||||
id: string
|
||||
location: string | null
|
||||
power: string
|
||||
tags: string[]
|
||||
updated_at: string | null
|
||||
volume: string
|
||||
wifi: string
|
||||
}
|
||||
Insert: {
|
||||
building_location?: string | null
|
||||
@@ -79,8 +82,11 @@ export type Database = {
|
||||
description?: string | null
|
||||
id?: string
|
||||
location?: string | null
|
||||
power: string
|
||||
tags?: string[]
|
||||
updated_at?: string | null
|
||||
volume: string
|
||||
wifi: string
|
||||
}
|
||||
Update: {
|
||||
building_location?: string | null
|
||||
@@ -88,8 +94,11 @@ export type Database = {
|
||||
description?: string | null
|
||||
id?: string
|
||||
location?: string | null
|
||||
power?: string
|
||||
tags?: string[]
|
||||
updated_at?: string | null
|
||||
volume?: string
|
||||
wifi?: string
|
||||
}
|
||||
Relationships: []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user