共用方式為


HttpNodeStreamResponse type

Http 回應,其中主體是 NodeJS 資料流程物件

type HttpNodeStreamResponse = HttpResponse & { body?: NodeJS.ReadableStream }