BlobQueryResponseInternal type

Contains response data for the query operation.

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