Skip to content

Interface: ParsedBatch

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

The fully parsed result of a multipart/mixed batch body.

Properties

boundary

readonly boundary: string

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


parts

readonly parts: readonly BatchPart[]

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