Type alias Endpoint<Req, Res, Closure, Meta>

Endpoint<Req, Res, Closure, Meta>: EndpointFn<Req, Res, Closure> & Meta

An Endpoint is the fundamental unit upon which all of Estuary is built, being a union of EndpointFn and whatever metadata you choose to describe your endpoint with

Type Parameters

Generated using TypeDoc