UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 262 B
/** Server State */ export declare enum ServerStateEnum { 'configurationError' = "configurationError", 'configurationPending' = "configurationPending", 'notConfigured' = "notConfigured", 'ok' = "ok" } //# sourceMappingURL=ServerStateEnum.d.ts.map