Reference

renderToFlightResponse

Serializes a renderable value into a structured Flight response.

Signature

function renderToFlightResponse<P>(renderable: unknown, props: P): Promise<FlightResponse>