UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 190 B
/** IpSubTypeEnum */ export var IpSubTypeEnum; (function (IpSubTypeEnum) { IpSubTypeEnum["cloud"] = "cloud"; IpSubTypeEnum["ovh"] = "ovh"; })(IpSubTypeEnum || (IpSubTypeEnum = {}));