mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 10:11:13 -05:00
Add coaster-specific fields
This commit is contained in:
@@ -166,7 +166,9 @@ export interface Ride {
|
||||
coaster_type?: string;
|
||||
seating_type?: string;
|
||||
intensity_level?: string;
|
||||
track_material?: string;
|
||||
track_material?: string[];
|
||||
support_material?: string[];
|
||||
propulsion_method?: string[];
|
||||
drop_height_meters?: number;
|
||||
max_g_force?: number;
|
||||
}
|
||||
|
||||
@@ -55,7 +55,9 @@ export interface RideSubmissionData {
|
||||
coaster_type?: string | null;
|
||||
seating_type?: string | null;
|
||||
intensity_level?: string | null;
|
||||
track_material?: string | null;
|
||||
track_material?: string[] | null;
|
||||
support_material?: string[] | null;
|
||||
propulsion_method?: string[] | null;
|
||||
// Water ride specific
|
||||
water_depth_cm?: number | null;
|
||||
splash_height_meters?: number | null;
|
||||
|
||||
Reference in New Issue
Block a user