Package version:

Interface BatchItem<TResult>

An item returned from Batch service call.

Type Parameters

  • TResult

Hierarchy

  • BatchItem

Properties

Properties

response: ErrorResponse | TResult

The result of the query. TResult if the query completed successfully, ErrorResponse otherwise.

statusCode: number

HTTP request status code.

Generated using TypeDoc