Reference
renderToFlightResponse
Serializes a renderable value into a structured Flight response.
Signature
function renderToFlightResponse<P>(renderable: unknown, props: P): Promise<FlightResponse>Reference
Serializes a renderable value into a structured Flight response.
function renderToFlightResponse<P>(renderable: unknown, props: P): Promise<FlightResponse>