[T] DiagnosticReportWithoutTarget
type DiagnosticReportWithoutTarget<T, C, M> = object & DiagnosticFormat<T, C, M>;Type Declaration
Section titled “Type Declaration”| Name | Type |
|---|---|
code | C |
codefixes? | readonly CodeFix[] |
messageId? | M |
Type Parameters
Section titled “Type Parameters”| Type Parameter | Default type |
|---|---|
T extends object | - |
C extends keyof T | - |
M extends keyof T[C] | "default" |