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

    Type Alias FetchTestEndpoint<EndpointToTest>

    FetchTestEndpoint: (
        ...params: CollapsedFetchEndpointParams<EndpointToTest, false>,
    ) => Promise<Response>

    Used for each individual endpoint's fetcher in FetchTestService.

    Type Parameters

    Type declaration