Delen via


HttpNodeStreamResponse type

HTTP-antwoord welke hoofdtekst een NodeJS-streamobject is

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