We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57148ba commit bbcaee0Copy full SHA for bbcaee0
site/src/types/preview.ts
@@ -3,6 +3,8 @@
3
// From types/diagnostics.go
4
export interface DiagnosticExtra {
5
readonly code: string;
6
+ // empty interface{} type, falling back to unknown
7
+ readonly Wrapped: unknown;
8
}
9
10
0 commit comments