File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ import { Dictionary } from '@spec_utils/Dictionary'
3333import { UserDefinedValue } from '@spec_utils/UserDefinedValue'
3434
3535/**
36- * @variants external
36+ * @variants typed_keys_quirk
3737 */
3838export type Suggest < TDocument > =
3939 | CompletionSuggest < TDocument >
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ import { UserDefinedValue } from '@spec_utils/UserDefinedValue'
3636import { Void } from '@spec_utils/VoidValue'
3737
3838/**
39- * @variants external
39+ * @variants typed_keys_quirk
4040 * @non_exhaustive
4141 * @ext_doc_id search-aggregations
4242 */
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ export class LearningToRankConfig {
9191}
9292
9393/**
94- * @variants external
94+ * @variants typed_keys_quirk
9595 */
9696export type FeatureExtractor = QueryFeatureExtractor
9797
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ export class ApiKeyAggregationContainer {
120120}
121121
122122/**
123- * @variants external
123+ * @variants typed_keys_quirk
124124 * @non_exhaustive
125125 */
126126export type ApiKeyAggregate =
You can’t perform that action at this time.
0 commit comments