Type Alias ValidationSeverity

ValidationSeverity:
    | "error"
    | "warning"
    | "info"
    | "hint"