UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 202 B
/** Enum values for Datacenter Extra Configuration Type */ export var TypeEnum; (function (TypeEnum) { TypeEnum["bgp"] = "bgp"; TypeEnum["network"] = "network"; })(TypeEnum || (TypeEnum = {}));