UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 182 B
/** Ip types on a VPS */ export var TypeEnum; (function (TypeEnum) { TypeEnum["additional"] = "additional"; TypeEnum["primary"] = "primary"; })(TypeEnum || (TypeEnum = {}));