UNPKG

@veeroute/lss-universal-angular

Version:

OpenAPI client for @veeroute/lss-universal-angular

29 lines (28 loc) 765 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. */ import { TimeWindowViolationsUniversal } from './timeWindowViolations'; /** * Quality metrics. */ export interface QualityUniversal { [key: string]: any | any; /** * Amount of fines for violating location\'s capacity limit. */ locations_limits_penalty: number; /** * Statistics of soft time window violations. */ soft_time_window_violations: TimeWindowViolationsUniversal; /** * Statistics of hard time window violations. */ hard_time_window_violations: TimeWindowViolationsUniversal; }