Type Alias LexingDiagnosticSeverity

LexingDiagnosticSeverity:
    | "error"
    | "warning"
    | "info"
    | "hint"