Skip to main content
Version: 8.10 (unreleased)

Type Alias: BatchOperationSearchQuerySortRequest

type BatchOperationSearchQuerySortRequest = object;

Properties

field

field:
| "batchOperationKey"
| "operationType"
| "state"
| "startDate"
| "endDate"
| "actorType"
| "actorId";

The field to sort by.


order?

optional order?: SortOrderEnum;