mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 13:31:14 -05:00
Fix: Display temp location data
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
* These replace the `any` types in entityTransformers.ts
|
||||
*/
|
||||
|
||||
import type { LocationData } from './location';
|
||||
|
||||
export interface ParkSubmissionData {
|
||||
name: string;
|
||||
slug: string;
|
||||
@@ -19,6 +21,7 @@ export interface ParkSubmissionData {
|
||||
operator_id?: string | null;
|
||||
property_owner_id?: string | null;
|
||||
location_id?: string | null;
|
||||
temp_location_data?: LocationData | null;
|
||||
banner_image_url?: string | null;
|
||||
banner_image_id?: string | null;
|
||||
card_image_url?: string | null;
|
||||
|
||||
Reference in New Issue
Block a user