UNPKG

@veeroute/lss-universal-angular

Version:

OpenAPI client for @veeroute/lss-universal-angular

20 lines (19 loc) 579 B
/** * VRt.Universal [UV] * * 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. */ /** * 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 DemandTypeUniversal { PICKUP = "PICKUP", DROP = "DROP", WORK = "WORK", PICKUP_TO_BOX = "PICKUP_TO_BOX", DROP_FROM_BOX = "DROP_FROM_BOX" }