UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 229 B
/** Office tenant state */ export declare enum ServiceStateEnum { 'creating' = "creating", 'inMaintenance' = "inMaintenance", 'ok' = "ok", 'suspended' = "suspended" } //# sourceMappingURL=ServiceStateEnum.d.ts.map