UNPKG

@veeroute/lss-universal-angular

Version:

OpenAPI client for @veeroute/lss-universal-angular

36 lines (35 loc) 880 B
/** * VRt.Universal [UV] * * 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. */ /** * Statistics on capacity characteristics (ratio). Cannot be greater than one. */ export interface CapacityStatisticsLoadUniversal { [key: string]: any | any; /** * Loading by mass, in fractions of a unit. */ mass: number; /** * Loading by volume, in fractions of a unit. */ volume: number; /** * Loading by additional parameter (A), in fractions of a unit. */ capacity_a: number; /** * Loading by additional parameter (B), in fractions of a unit. */ capacity_b: number; /** * Loading by additional parameter (C), in fractions of a unit. */ capacity_c: number; }