UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 276 B
/** Hosting's web state */ export declare enum AccessStateEnum { 'active' = "active", 'blocked' = "blocked", 'hardBlocked' = "hardBlocked", 'hardMaintenance' = "hardMaintenance", 'maintenance' = "maintenance" } //# sourceMappingURL=AccessStateEnum.d.ts.map