chore(api): improved fetching data from api; changed to new vehicles data endpoint

This commit is contained in:
2026-04-05 01:28:23 +02:00
parent cd22a23aef
commit cd8c29f327
8 changed files with 103 additions and 31 deletions
-1
View File
@@ -298,7 +298,6 @@ export interface VehicleData {
group: VehicleGroup;
cabinName?: string;
restrictions?: VehicleRestrictions;
simulatorVersion: string;
}
export interface VehicleRestrictions {