UNPKG

@veeroute/lss-studio-angular

Version:

OpenAPI client for @veeroute/lss-studio-angular

29 lines (28 loc) 750 B
/** * VRt.Studio [ST] * * The version of the OpenAPI document: 7.23.2926 * Contact: servicedesk@veeroute.com * * NOTE: This class is auto generated by OpenAPI Generator. * Do not edit the class manually. */ import { TransportLoadStudio } from './transportLoad'; /** * Statistics for a transport load. */ export interface LoadStatisticsStudio { [key: string]: any | any; /** * Total transport load for the entire trip time. */ total_load: TransportLoadStudio; /** * Maximum transport load during the entire trip (for each dimension). */ max_load: TransportLoadStudio; /** * Maximum transport load during the driving (for each dimension). */ max_transfer_load: TransportLoadStudio; }