BlobDownloadResponseInternal type
Berisi data respons untuk operasi pengunduhan.
type BlobDownloadResponseInternal = BlobDownloadHeaders & {
blobBody?: Promise<Blob>
readableStreamBody?: NodeJS.ReadableStream
}