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