mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 13:11:14 -05:00
Refactor: Database and UI updates
This commit is contained in:
@@ -2568,6 +2568,7 @@ export type Database = {
|
||||
display_name: string | null
|
||||
home_park_id: string | null
|
||||
id: string
|
||||
is_test_data: boolean
|
||||
location_id: string | null
|
||||
oauth_provider: string | null
|
||||
park_count: number | null
|
||||
@@ -2602,6 +2603,7 @@ export type Database = {
|
||||
display_name?: string | null
|
||||
home_park_id?: string | null
|
||||
id?: string
|
||||
is_test_data?: boolean
|
||||
location_id?: string | null
|
||||
oauth_provider?: string | null
|
||||
park_count?: number | null
|
||||
@@ -2636,6 +2638,7 @@ export type Database = {
|
||||
display_name?: string | null
|
||||
home_park_id?: string | null
|
||||
id?: string
|
||||
is_test_data?: boolean
|
||||
location_id?: string | null
|
||||
oauth_provider?: string | null
|
||||
park_count?: number | null
|
||||
|
||||
Reference in New Issue
Block a user