UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 169 B
/** Type of protocol for the Port Mapping */ export declare enum ProtocolTypeEnum { 'TCP' = "TCP", 'UDP' = "UDP" } //# sourceMappingURL=ProtocolTypeEnum.d.ts.map