feat: added journal timetable path

This commit is contained in:
2024-07-12 15:59:08 +02:00
parent d73c8ef112
commit 63b268d9b9
3 changed files with 74 additions and 24 deletions
+3 -5
View File
@@ -195,7 +195,7 @@ export namespace API {
TWR: boolean;
SKR: boolean;
sceneries: string[];
path: string;
}
}
@@ -251,16 +251,14 @@ export namespace API {
hashesString?: string;
currentSceneryName?: string;
currentSceneryHash?: string;
routeSceneries?: string;
checkpointArrivals?: string[];
checkpointDepartures?: string[];
checkpointArrivalsScheduled?: string[];
checkpointDeparturesScheduled?: string[];
checkpointStopTypes?: string[];
visitedSceneries?: string[];
path: string;
}
export type Response = Data[];