UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines (7 loc) 245 B
/** Enum values for Diagnostic type */ export var TypeEnum; (function (TypeEnum) { TypeEnum["advertised-routes"] = "advertised-routes"; TypeEnum["default"] = "default"; TypeEnum["routes"] = "routes"; })(TypeEnum || (TypeEnum = {}));