interface ServerStreamResponseOptions {
    endStream?: boolean;
    waitForTrailers?: boolean;
}

Properties

endStream?: boolean
waitForTrailers?: boolean