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

    Type Alias EndpointCases<Endpoint, HostContext>

    EndpointCases: {
        [Method in EndpointDefinitionMethods<NoInfer<Endpoint>>]: <
            TestParams = undefined,
            Output = IndividualEndpointTestResult<Endpoint, Method>,
        >(
            suiteParams: Readonly<
                EndpointCaseSuiteParams<
                    Endpoint,
                    Method,
                    HostContext,
                    TestParams,
                    Output,
                >,
            >,
            testCases: EndpointTestCasesArray<
                Endpoint,
                Method,
                HostContext,
                TestParams,
                Output,
            >,
        ) => void
    }

    Type Parameters