[T] LinterRuleDiagnosticReportWithoutTarget
type LinterRuleDiagnosticReportWithoutTarget<T, M> = object & LinterRuleDiagnosticFormat<T, M>;
Type declaration
Section titled “Type declaration”Name | Type |
---|---|
codefixes? | CodeFix [] |
messageId? | M |
Type Parameters
Section titled “Type Parameters”Type Parameter | Default type |
---|---|
T extends DiagnosticMessages | - |
M extends keyof T | "default" |