/** * Veeroute.Lastmile * Veeroute Lastmile API * * The version of the OpenAPI document: 3.15.183137 * Contact: support@veeroute.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { ObjectsMetricsLastmile } from './objectsMetrics'; /** * Statistics of time window violation: * `before` - count and order\'s keys, what planned before permitted time window. * `after` - count and order\'s keys, what planned after permitted time window. */ export interface TimeWindowViolationLastmile { before?: ObjectsMetricsLastmile | null; after?: ObjectsMetricsLastmile | null; }