UNPKG

@veeroute/lss-studio-angular

Version:

OpenAPI client for @veeroute/lss-studio-angular

20 lines (19 loc) 573 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. */ /** * Demand types: * `PICKUP` - loading * `DROP` - unloading * `WORK` - work at the location * `PICKUP_TO_BOX` - loading to box * `DROP_FROM_BOX` - unloading from box */ export declare enum DemandTypeStudio { PICKUP = "PICKUP", DROP = "DROP", WORK = "WORK", PICKUP_TO_BOX = "PICKUP_TO_BOX", DROP_FROM_BOX = "DROP_FROM_BOX" }