BlobQueryResponseInternal type
クエリ操作(内部)の応答データを含みます。 これはNodeJS.ReadableStreamの代わりにNodeJSReadableStreamを使用した再定義版です。
type BlobQueryResponseInternal = BlobQueryHeaders & {
blobBody?: Promise<Blob>
readableStreamBody?: NodeJSReadableStream
}