Home > @rushstack/problem-matcher > ProblemSeverity
ProblemSeverity type
Represents the severity level of a problem.
Signature:
export type ProblemSeverity = 'error' | 'warning' | 'info';
Home > @rushstack/problem-matcher > ProblemSeverity
Represents the severity level of a problem.
Signature:
export type ProblemSeverity = 'error' | 'warning' | 'info';