chore: added timetable vmax to journal

This commit is contained in:
2025-02-04 00:05:42 +01:00
parent 5fb1a87b41
commit 1fa5934784
4 changed files with 13 additions and 5 deletions
+1
View File
@@ -269,6 +269,7 @@ export namespace API {
warningNotes: string | null;
hasDangerousCargo: boolean;
hasExtraDeliveries: boolean;
trainMaxSpeed?: number;
}
export type Response = Data[];