We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d3f216 commit 6cf640eCopy full SHA for 6cf640e
tests/cases/compiler/conditionalTypesASI.ts
@@ -0,0 +1,8 @@
1
+// @declaration: true
2
+
3
+// Repro from #21637
4
5
+interface JSONSchema4 {
6
+ a?: number
7
+ extends?: string | string[]
8
+}
0 commit comments