Skip to main content
Version: Next 🚧

[T] DiagnosticReport

type DiagnosticReport<T, C, M>: DiagnosticReportWithoutTarget<T, C, M> & object;

Type declaration

NameType
targetDiagnosticTarget | typeof NoTarget

Type Parameters

Type ParameterDefault type
T extends object-
C extends keyof T-
M extends keyof T[C]"default"