UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 176 B
/** Type of the gateway */ export var TypeEnum; (function (TypeEnum) { TypeEnum["private"] = "private"; TypeEnum["public"] = "public"; })(TypeEnum || (TypeEnum = {}));