@veeroute/lss-studio-angular
Version:
OpenAPI client for @veeroute/lss-studio-angular
18 lines (17 loc) • 488 B
TypeScript
/**
* VRt.Studio [ST]
*
* 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.
*/
/**
* Track type: * `LINE` - connecting stop points in a straight line * `ROAD` - connecting stop points along roads * `CUSTOM` - externally loaded custom tracks
*/
export declare enum TrackTypeStudio {
LINE = "LINE",
ROAD = "ROAD",
CUSTOM = "CUSTOM"
}