UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines (7 loc) 257 B
/** Possible values for ssl type */ export var SslTypeEnum; (function (SslTypeEnum) { SslTypeEnum["built"] = "built"; SslTypeEnum["built_not_routed"] = "built_not_routed"; SslTypeEnum["custom"] = "custom"; })(SslTypeEnum || (SslTypeEnum = {}));