mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-08 13:38:20 +00:00
fix
This commit is contained in:
@@ -30,6 +30,9 @@ export interface FirstMileBooking {
|
||||
containerNumber?: string | null;
|
||||
containerSize?: string | null;
|
||||
containerType?: { id: string; name?: string; label?: string; code?: string } | null;
|
||||
/** Physical containers under this line — their real numbers (line-level
|
||||
* containerNumber is often a TBD placeholder). */
|
||||
units?: Array<{ id: string; containerNumber?: string | null; sortOrder?: number }>;
|
||||
}>;
|
||||
}
|
||||
|
||||
|
||||
@@ -30,6 +30,9 @@ export interface LastMileBooking {
|
||||
containerNumber?: string | null;
|
||||
containerSize?: string | null;
|
||||
containerType?: { id: string; name?: string; label?: string; code?: string } | null;
|
||||
/** Physical containers under this line — their real numbers (line-level
|
||||
* containerNumber is often a TBD placeholder). */
|
||||
units?: Array<{ id: string; containerNumber?: string | null; sortOrder?: number }>;
|
||||
}>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user