HttpBrowserStreamResponse type

Risposta Http che corpo è un oggetto flusso NodeJS

type HttpBrowserStreamResponse = HttpResponse & {
  body?: WebReadableStream<Uint8Array>
}