/** * 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 { 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; }