API ClientsTypeScript SDKAPI ReferenceCoreType AliasesClusterVariableSearchQuerySortRequestVersion: 8.9On this pageType Alias: ClusterVariableSearchQuerySortRequest type ClusterVariableSearchQuerySortRequest = object; Properties field field: "name" | "value" | "tenantId" | "scope"; The field to sort by. order? optional order?: SortOrderEnum;Was this helpful?