UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

12 lines 322 B
/** All states a CDN SSL can be in */ export declare enum SslStateEnum { 'checking' = "checking", 'creating' = "creating", 'error' = "error", 'off' = "off", 'on' = "on", 'removing' = "removing", 'updating' = "updating", 'uploading' = "uploading" } //# sourceMappingURL=SslStateEnum.d.ts.map