UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines (7 loc) 285 B
/** Server State */ export var ServerStateEnum; (function (ServerStateEnum) { ServerStateEnum["configurationPending"] = "configurationPending"; ServerStateEnum["notConfigured"] = "notConfigured"; ServerStateEnum["ok"] = "ok"; })(ServerStateEnum || (ServerStateEnum = {}));