chore: added max timetable speed; route pairing fix

This commit is contained in:
2025-02-03 23:51:47 +01:00
parent 8a5687cc01
commit 5fb1a87b41
4 changed files with 8 additions and 3 deletions
+1 -2
View File
@@ -196,9 +196,7 @@ export namespace API {
timetableId: number;
category: string;
route: string;
stopList: TimetableStop[];
TWR: boolean;
SKR: boolean;
hasDangerousCargo: boolean;
@@ -206,6 +204,7 @@ export namespace API {
warningNotes: string | null;
sceneries: string[];
path: string;
trainMaxSpeed: number;
}
}