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

    Type Alias ImplementedEndpoint<Context, SpecificEndpoint, ServiceName>

    ImplementedEndpoint: Overwrite<
        SpecificEndpoint,
        { service: GenericServiceImplementation },
    > & {
        implementation: EndpointImplementation<Context, NoParam, ServiceName>;
    }

    A fully implemented endpoint.

    Type Parameters