/** * 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 { TimeWindowUniversal } from './timeWindow'; /** * General statistics on input data. */ export interface TaskStatisticsUniversal { [key: string]: any | any; /** * Planning horizon is a time window where: * `from` - the left border of the time windows of all entities from the input data * `to` - the right border of the time windows of all entities from the input data */ planning_horizon: TimeWindowUniversal; }