BlobDownloadResponseModel type

Contains response data for the download operation.

type BlobDownloadResponseModel = BlobDownloadHeaders & { _response: Object, blobBody: Promise<Blob>, readableStreamBody: ReadableStream }