UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 211 B
/** All states a status can be in */ export declare enum DomainStatusEnum { 'error' = "error", 'off' = "off", 'on' = "on", 'removing' = "removing" } //# sourceMappingURL=DomainStatusEnum.d.ts.map