Type Alias: ClusterVariableSearchQueryResult
type ClusterVariableSearchQueryResult = SearchQueryResponse & object;
Defined in: gen/types.gen.ts:1253
Cluster variable search query response.
Type Declaration
items?
optional items: ClusterVariableSearchResult[];
The matching cluster variables.