API ClientsTypeScript SDKAPI ReferenceCoreType AliasesBatchOperationSearchQuerySortRequestVersion: 8.10 (unreleased)On this pageType Alias: BatchOperationSearchQuerySortRequest type BatchOperationSearchQuerySortRequest = object; Properties field field: | "batchOperationKey" | "operationType" | "state" | "startDate" | "endDate" | "actorType" | "actorId"; The field to sort by. order? optional order?: SortOrderEnum;Was this helpful?