UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 205 B
/** Possible values for ssl type */ export declare enum SslTypeEnum { 'built' = "built", 'built_not_routed' = "built_not_routed", 'custom' = "custom" } //# sourceMappingURL=SslTypeEnum.d.ts.map