chore: journal timetable stop labels

This commit is contained in:
2024-09-02 22:39:41 +02:00
parent 631bb20c61
commit df86364c51
6 changed files with 192 additions and 75 deletions
+8 -10
View File
@@ -246,8 +246,6 @@ export namespace API {
authorName?: string;
authorId?: number;
stopsString?: string;
stockString?: string;
stockHistory: string[];
@@ -255,16 +253,16 @@ export namespace API {
stockLength?: number;
maxSpeed?: number;
hashesString?: string;
currentSceneryName?: string;
currentSceneryHash?: string;
routeSceneries?: string;
checkpointArrivals?: string[];
checkpointDepartures?: string[];
checkpointArrivalsScheduled?: string[];
checkpointDeparturesScheduled?: string[];
checkpointStopTypes?: string[];
visitedSceneries?: string[];
routeSceneries: string;
checkpointArrivals: string[];
checkpointDepartures: string[];
checkpointArrivalsScheduled: string[];
checkpointDeparturesScheduled: string[];
checkpointStopTypes: string[];
visitedSceneries: string[];
sceneryNames: string[];
path: string;
}