UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 186 B
/** All types an SSL certificate can be */ export declare enum CertificateTypeEnum { 'DV' = "DV", 'EV' = "EV", 'OV' = "OV" } //# sourceMappingURL=CertificateTypeEnum.d.ts.map