API ClientsTypeScript SDKAPI ReferenceCoreType AliasesVariableSearchQuerySortRequestVersion: 8.10 (unreleased)On this pageType Alias: VariableSearchQuerySortRequest type VariableSearchQuerySortRequest = object; Properties field field: | "value" | "name" | "tenantId" | "variableKey" | "scopeKey" | "processInstanceKey"; The field to sort by. order? optional order?: SortOrderEnum;Was this helpful?