@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
11 lines (10 loc) • 373 B
JavaScript
/** Private database state */
export var StateEnum;
(function (StateEnum) {
StateEnum["detached"] = "detached";
StateEnum["restartPending"] = "restartPending";
StateEnum["startPending"] = "startPending";
StateEnum["started"] = "started";
StateEnum["stopPending"] = "stopPending";
StateEnum["stopped"] = "stopped";
})(StateEnum || (StateEnum = {}));