UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 212 B
/** Status of of the service */ export declare enum ServiceStatusEnum { 'alive' = "alive", 'dead' = "dead", 'disabled' = "disabled", 'new' = "new" } //# sourceMappingURL=ServiceStatusEnum.d.ts.map