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

    Type Alias MockEndpointMethodImplementations<Endpoint, Context>

    MockEndpointMethodImplementations: Partial<
        EndpointMethodImplementationsBase<
            Endpoint,
            Context,
            MockEndpointParamsExtras,
        >,
    >

    Implementation record for an endpoint's methods on the client (mock) side. Every method is optional. A mock host may implement only the subset of methods it cares about. Requests for an unimplemented method return HTTP 501 Not Implemented.

    Type Parameters