Поделиться через


HttpNodeStreamResponse type

Http Response, текст которого является объектом потока NodeJS

type HttpNodeStreamResponse = HttpResponse & { body?: NodeJSReadableStream }