the download() operation result type has
): (BodyParameter & {
/** The media type of the body of the response. */
@header("Content-Type")
contentType: "application/octet-stream";
Our generated code today reutrns Promise<Uint8Array>, we should generate code that returns .asNodeStream() or asBrowserStream()