UNPKG

@veeroute/lss-universal-angular

Version:

OpenAPI client for @veeroute/lss-universal-angular

21 lines (20 loc) 666 B
/** * VRt.Universal [UV] * * The version of the OpenAPI document: 7.23.2926 * 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; }