UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 205 B
/** Possible values for proxy type */ export var ProxyTypeEnum; (function (ProxyTypeEnum) { ProxyTypeEnum["http"] = "http"; ProxyTypeEnum["tcp"] = "tcp"; })(ProxyTypeEnum || (ProxyTypeEnum = {}));