BlobDownloadResponseInternal type
Contains response data for the download operation.
type BlobDownloadResponseInternal = BlobDownloadHeaders & {
blobBody?: Promise<Blob>
readableStreamBody?: NodeJS.ReadableStream
}