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