mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2026-02-05 22:55:15 -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