iqs-services-controlobjects-node
Version:
Control objects microservice in Node.js
23 lines (22 loc) • 872 B
TypeScript
export declare class ControlObjectTypeV1 {
static readonly Employee = "employee";
static readonly Contractor = "contractor";
static readonly Visitor = "visitor";
static readonly Excavator = "excavator";
static readonly HaulTruck = "haul";
static readonly Drill = "drill";
static readonly Dozer = "dozer";
static readonly Grader = "grader";
static readonly Bus = "bus";
static readonly WaterTruck = "water";
static readonly BlastTruck = "blast";
static readonly SpecialVehicle = "special";
static readonly LightVehicle = "light";
static readonly Pump = "pump";
static readonly Generator = "generator";
static readonly Crane = "crane";
static readonly ForkLift = "fork lift";
static readonly AccessPoint = "access point";
static readonly Welding = "welding";
static readonly Other = "other";
}