mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
chore: added max timetable speed; route pairing fix
This commit is contained in:
+1
-2
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user