/** * VRt.Universal [UV] * * The version of the OpenAPI document: 7.26.3024 * 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" }