BlobDownloadResponseModel type

ダウンロード操作の応答データが含まれています。

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