[T] DiagnosticReport
type DiagnosticReport<T, C, M> = DiagnosticReportWithoutTarget<T, C, 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 object | - |
C extends keyof T | - |
M extends keyof T [C ] | "default" |