Skip to content

Type Alias: Severity

ts
type Severity = "error" | "warning";

Defined in: packages/providers/src/types.ts:12

Diagnostic severity.

Released under the MIT License