rest-vir - v1.0.0
    Preparing search index...

    Type Alias EndpointHandler

    EndpointHandler: (
        params: Readonly<EndpointHandlerParams>,
    ) => MaybePromise<HandledOutput>

    An individual endpoint handler. The complete endpoint handler is made up of multiple of these.

    Type declaration