UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

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