Type Alias: VariableSearchQueryResult
type VariableSearchQueryResult = SearchQueryResponse & object;
Defined in: gen/types.gen.ts:7303
Variable search query response.
Type Declaration
items?
optional items: VariableSearchResult[];
The matching variables.