/** * Veeroute.Delivery * Veeroute Delivery 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 { ObjectsMetricsDelivery } 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 TimeWindowViolationDelivery { before?: ObjectsMetricsDelivery | null; after?: ObjectsMetricsDelivery | null; }