UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 228 B
/** Type of protocol for the Port Mapping */ export var ProtocolTypeEnum; (function (ProtocolTypeEnum) { ProtocolTypeEnum["TCP"] = "TCP"; ProtocolTypeEnum["UDP"] = "UDP"; })(ProtocolTypeEnum || (ProtocolTypeEnum = {}));