HttpNodeStreamResponse type

Http Response which body is a NodeJS stream object

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