@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
9 lines (8 loc) • 393 B
JavaScript
/** List of possible state of the service pack */
export var ServicePackStateEnum;
(function (ServicePackStateEnum) {
ServicePackStateEnum["activating"] = "activating";
ServicePackStateEnum["active"] = "active";
ServicePackStateEnum["error"] = "error";
ServicePackStateEnum["waitingForCustomer"] = "waitingForCustomer";
})(ServicePackStateEnum || (ServicePackStateEnum = {}));