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

    Type Alias TestEndpoint

    TestEndpoint: <EndpointToTest extends EndpointDefinition>(
        endpoint: EndpointToTest,
        ...args: CollapsedFetchEndpointParams<EndpointToTest, false>,
    ) => Promise<Response>

    The type definition for testEndpoint.

    Type declaration