mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-06 13:35:03 +00:00
Merge pull request #1409 from Tria-plc/freight_feature/usermanagement
fix issue -> consolidation
This commit is contained in:
@@ -56,6 +56,9 @@ export interface ShipmentPriceLine {
|
||||
export interface ShipmentValidation {
|
||||
overweightLines: Array<{
|
||||
containerTypeCode: string;
|
||||
/** Container number, or "<code> #2" when unnumbered. */
|
||||
containerLabel: string;
|
||||
/** This container's VGM — the limit is per container, never pooled. */
|
||||
totalVgmTons: number;
|
||||
maxAllowedTons: number;
|
||||
excessTons: number;
|
||||
|
||||
Reference in New Issue
Block a user