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

    Type Alias FetchTestService<Service>

    FetchTestService: {
        [EndpointPath in keyof Service["endpoints"]]: Service["endpoints"][EndpointPath] extends GenericEndpointDefinition
            ? FetchTestEndpoint<Service["endpoints"][EndpointPath]>
            : never
    }

    Type for the fetchEndpoint function provided by testService and describeService.

    Type Parameters