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 23e11ab commit e8dfd73Copy full SHA for e8dfd73
docs/modules/ROOT/partials/http-ts/analyze/QueryConjunctionLegacy.adoc
@@ -8,7 +8,7 @@
8
[options="header"]
9
|===
10
|Name |Type |Description
11
-a| `constraints` a| `ConstraintExpressionLegacy` a|
+a| `constraints` a| `ConstraintAny` a|
12
13
// end::properties[]
14
http-ts/src/legacy.ts
@@ -37,7 +37,7 @@ export interface ConceptRowsQueryResponseLegacy {
37
}
38
39
export interface QueryConjunctionLegacy {
40
- constraints: ConstraintAny[] | ConstraintExpressionLegacy | ConstraintLinksLegacy
+ constraints: (ConstraintAny | ConstraintExpressionLegacy | ConstraintLinksLegacy)[]
41
42
43
export interface QueryStructureLegacy {
0 commit comments