chorse: changed api data to stored locally

This commit is contained in:
2024-04-08 22:20:18 +02:00
parent 26fd0c67e4
commit 31302cc053
6 changed files with 1439 additions and 38 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ export interface ICargo {
weight: number;
}
export interface IVehiclesAPI {
export interface IVehiclesData {
simulatorVersion: string;
generator: {