mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 04:08:11 +00:00
fix train build
This commit is contained in:
@@ -28,6 +28,10 @@ export interface Wagon {
|
||||
status: Freight.WagonStatus;
|
||||
currentYardId: string | null;
|
||||
currentYard?: { id: string; label?: string; code?: string } | null;
|
||||
/** Odd EXPORT run (Ethiopia → Djibouti); null when the wagon is not on a run. */
|
||||
exportTrainNumber?: string | null;
|
||||
/** Even IMPORT run (Djibouti → Ethiopia); always the export run + 1. */
|
||||
importTrainNumber?: string | null;
|
||||
notes?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user