chore: print styles; Czech timetable (concept)

This commit is contained in:
2025-05-02 17:08:25 +02:00
parent 86185a8f98
commit 2f946a37b4
5 changed files with 131 additions and 71 deletions
+5
View File
@@ -161,10 +161,15 @@ export interface StopRowCZ {
sceneryName: string;
arrivalSpeed: number;
departureSpeed: number;
arrivalTracks: number;
departureTracks: number;
headUnits: string[];
stockVmax: number;
stockLength: number;
stockMass: number;
arrivalDateStr: string;
departureDateStr: string;
}
export interface TimetablePathData {