Type Alias: BatchOperationSearchQuerySortRequest
type BatchOperationSearchQuerySortRequest = object;
Defined in: gen/types.gen.ts:695
Properties
field
field:
| "batchOperationKey"
| "operationType"
| "state"
| "startDate"
| "endDate"
| "actorType"
| "actorId";
Defined in: gen/types.gen.ts:699
The field to sort by.
order?
optional order: SortOrderEnum;
Defined in: gen/types.gen.ts:700