/** * 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. */ /** * Time window violation detail information. */ export interface TimeWindowViolationDetailUniversal { [key: string]: any | any; /** * List of object\'s keys. */ demand_keys: Array; /** * The total number of demands. */ count: number; }