UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 274 B
/** List of possible state of the service pack */ export declare enum ServicePackStateEnum { 'activating' = "activating", 'active' = "active", 'error' = "error", 'waitingForCustomer' = "waitingForCustomer" } //# sourceMappingURL=ServicePackStateEnum.d.ts.map