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 { TimeWindowViolationsStudio } from './timeWindowViolations'; /** * Quality metrics. */ export interface QualityStudio { [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: TimeWindowViolationsStudio; /** * Statistics of hard time window violations. */ hard_time_window_violations: TimeWindowViolationsStudio; }