共用方式為


BlobDownloadResponseInternal type

包含下載作業的回應數據。

type BlobDownloadResponseInternal = BlobDownloadHeaders & {
  blobBody?: Promise<Blob>
  readableStreamBody?: NodeJS.ReadableStream
}