[T] LinterRuleDiagnosticReport
type LinterRuleDiagnosticReport<T, M> = LinterRuleDiagnosticReportWithoutTarget<T, M> & object;
Type declaration
Section titled “Type declaration”Name | Type |
---|---|
target | | DiagnosticTarget | typeof NoTarget |
Type Parameters
Section titled “Type Parameters”Type Parameter | Default type |
---|---|
T extends DiagnosticMessages | - |
M extends keyof T | "default" |