@veeroute/lss-studio-angular
Version:
OpenAPI client for @veeroute/lss-studio-angular
23 lines (22 loc) • 746 B
TypeScript
/**
* VRt.Studio [ST]
*
* The version of the OpenAPI document: 7.18.2755
* Contact: servicedesk@veeroute.com
*
* NOTE: This class is auto generated by OpenAPI Generator.
* Do not edit the class manually.
*/
import { TimeWindowStudio } from './timeWindow';
import { LocationLimitStudio } from './locationLimit';
/**
* Location - unique geographical location of the object with accessibility parameters.
*/
export interface LocationTimetableElementStudio {
[key: string]: any | any;
work_window: TimeWindowStudio | null;
/**
* List of bandwidth restrictions inside the working window of the location. Constraint time windows cannot overlap and must total `work_window`.
*/
limits?: Array<LocationLimitStudio>;
}