Skip to content

Interface: BatchResponse

Defined in: packages/core/src/batch/batch-types.ts:72

The complete batch response, ready to be serialized to multipart/mixed.

Properties

boundary

readonly boundary: string

Defined in: packages/core/src/batch/batch-types.ts:73


parts

readonly parts: readonly BatchResponsePart[]

Defined in: packages/core/src/batch/batch-types.ts:74