feat: Added feature to allow users to give directions for study spaces. These directions appear when you click on a study space.
Co-authored-by: Asaam, Caspar <caspar.asaam22@imperial.ac.uk>
This commit is contained in:
3
src/lib/database.d.ts
vendored
3
src/lib/database.d.ts
vendored
@@ -145,6 +145,7 @@ export type Database = {
|
||||
building_location_old: string | null
|
||||
created_at: string | null
|
||||
description: string | null
|
||||
directions: string
|
||||
id: string
|
||||
location: string | null
|
||||
power: string
|
||||
@@ -158,6 +159,7 @@ export type Database = {
|
||||
building_location_old?: string | null
|
||||
created_at?: string | null
|
||||
description?: string | null
|
||||
directions: string
|
||||
id?: string
|
||||
location?: string | null
|
||||
power: string
|
||||
@@ -171,6 +173,7 @@ export type Database = {
|
||||
building_location_old?: string | null
|
||||
created_at?: string | null
|
||||
description?: string | null
|
||||
directions: string
|
||||
id?: string
|
||||
location?: string | null
|
||||
power?: string
|
||||
|
||||
Reference in New Issue
Block a user