BlobDownloadResponseInternal type

يحتوي على بيانات الاستجابة لعملية التنزيل.

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