BlobQueryResponseInternal type

Sorgu işlemi için yanıt verilerini içerir.

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