UNPKG

@veeroute/lss-studio-angular

Version:

OpenAPI client for @veeroute/lss-studio-angular

18 lines (17 loc) 494 B
/** * 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. */ /** * Track type: * `LINE` - connecting stop points in a straight line * `ROAD` - connecting stop points along roads * `CUSTOM` - externally loaded custom tracks */ export declare enum BasicTracksTypeStudio { LINE = "LINE", ROAD = "ROAD", CUSTOM = "CUSTOM" }