UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

11 lines (10 loc) 349 B
/** * Copyright Super iPaaS Integration LLC, an IBM Company 2024 */ export var Severity; (function (Severity) { Severity[Severity["Error"] = 0] = "Error"; Severity[Severity["Warning"] = 1] = "Warning"; Severity[Severity["Information"] = 2] = "Information"; Severity[Severity["Hint"] = 3] = "Hint"; })(Severity || (Severity = {}));