mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 12:31:26 -05:00
feat: Add track material column and filtering
This commit is contained in:
@@ -166,6 +166,7 @@ export interface Ride {
|
||||
coaster_type?: string;
|
||||
seating_type?: string;
|
||||
intensity_level?: string;
|
||||
track_material?: string;
|
||||
drop_height_meters?: number;
|
||||
max_g_force?: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user