/** * VRt.Universal [UV] * * The version of the OpenAPI document: 7.26.3024 * Contact: servicedesk@veeroute.com * * NOTE: This class is auto generated by OpenAPI Generator. * Do not edit the class manually. */ import { CapacityUniversal } from './capacity'; /** * Transport load limits. */ export interface TransportLimitsUniversal { [key: string]: any | any; /** * Limit of the number of transports\'s unique locations in one trip. If not specified or null, number of using boxes is not limited. The limit should not exceed the number of boxes. */ max_boxes?: number | null; max_capacity?: CapacityUniversal | null; }