/** * 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'; import { LocationLimitUniversal } from './locationLimit'; /** * Location - unique geographical location of the object with accessibility parameters. */ export interface LocationTimetableElementUniversal { [key: string]: any | any; /** * Time window for location availability. */ work_window: TimeWindowUniversal; /** * List of bandwidth restrictions inside the working window of the location. Constraint time windows cannot overlap and must total `work_window`. */ limits?: Array; }