Skip to content

[T] LinterRuleDiagnosticReportWithoutTarget

type LinterRuleDiagnosticReportWithoutTarget<T, M> = object & LinterRuleDiagnosticFormat<T, M>;
NameType
codefixes?CodeFix[]
messageId?M
Type ParameterDefault type
T extends DiagnosticMessages-
M extends keyof T"default"