共用方式為


HttpNodeStreamResponse type

Http 回應,主體為 NodeJS 數據流物件

type HttpNodeStreamResponse = HttpResponse & { body?: NodeJSReadableStream }