BlobDownloadResponseInternal type
Bevat antwoordgegevens voor de downloadbewerking.
type BlobDownloadResponseInternal = BlobDownloadHeaders & {
blobBody?: Promise<Blob>
readableStreamBody?: NodeJS.ReadableStream
}