[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" |