mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-08 12:28:21 +00:00
leg-aware capacity and wagon sharing
This commit is contained in:
@@ -1108,6 +1108,10 @@ export interface ExportTrainOptionWagonType {
|
||||
*/
|
||||
export interface ExportTrainOption {
|
||||
scheduleId: string;
|
||||
/** Schedule's train number (falls back to the built train's number). */
|
||||
trainNumber: string | null;
|
||||
/** Built train's name/code, when the schedule runs a Train Builder train. */
|
||||
trainName: string | null;
|
||||
departure: string;
|
||||
bookingClosesAt: string | null;
|
||||
isOpen: boolean;
|
||||
|
||||
Reference in New Issue
Block a user