/** * 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 { TimeWindowViolationDetailUniversal } from './timeWindowViolationDetail'; /** * Statistics of time window violation. */ export interface TimeWindowViolationsUniversal { [key: string]: any | any; /** * Count and order\'s keys, what planned before permitted time window. */ before: TimeWindowViolationDetailUniversal; /** * Count and order\'s keys, what planned after permitted time window. */ after: TimeWindowViolationDetailUniversal; }