mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 09:11:13 -05:00
Refactor park submission location handling
This commit is contained in:
@@ -2026,6 +2026,7 @@ export type Database = {
|
||||
slug: string
|
||||
status: string
|
||||
submission_id: string
|
||||
temp_location_data: Json | null
|
||||
updated_at: string
|
||||
website_url: string | null
|
||||
}
|
||||
@@ -2051,6 +2052,7 @@ export type Database = {
|
||||
slug: string
|
||||
status?: string
|
||||
submission_id: string
|
||||
temp_location_data?: Json | null
|
||||
updated_at?: string
|
||||
website_url?: string | null
|
||||
}
|
||||
@@ -2076,6 +2078,7 @@ export type Database = {
|
||||
slug?: string
|
||||
status?: string
|
||||
submission_id?: string
|
||||
temp_location_data?: Json | null
|
||||
updated_at?: string
|
||||
website_url?: string | null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user