rest-vir - v2.2.0
    Preparing search index...

    Type Alias EndpointMethodImplementationParams<Endpoint, Method, HostContext>

    EndpointMethodImplementationParams: BaseEndpointMethodImplementationParams<
        Endpoint,
        Method,
        HostContext,
    > & HostEndpointParamsExtras

    Parameters passed into an endpoint method implementation on the host (fastify-backed) side.

    Type Parameters