BlobQueryResponseInternal type
Contains response data for the query operation (internal). This is a redefined version that uses NodeJSReadableStream instead of NodeJS.ReadableStream.
type BlobQueryResponseInternal = BlobQueryHeaders & {
blobBody?: Promise<Blob>
readableStreamBody?: NodeJSReadableStream
}