[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" |