/** * 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 { TransportLoadUniversal } from './transportLoad'; /** * Statistics for a transport load. */ export interface LoadStatisticsUniversal { [key: string]: any | any; /** * Total transport load for the entire trip time. */ total_load: TransportLoadUniversal; /** * Maximum transport load during the entire trip (for each dimension). */ max_load: TransportLoadUniversal; /** * Maximum transport load during the driving (for each dimension). */ max_transfer_load: TransportLoadUniversal; }