Skip to main content
Version: 8.9 (unreleased)

Type Alias: BatchOperationSearchQueryResult

type BatchOperationSearchQueryResult = SearchQueryResponse & object;

Defined in: gen/types.gen.ts:746

The batch operation search query result.

Type Declaration

items?

optional items: BatchOperationResponse[];

The matching batch operations.