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

    Type Alias EndpointFetchOutput<Endpoint, Method, IncludeResponse>

    EndpointFetchOutput: RequireExactlyOne<
        DefinedEndpointFetchOutputs<Endpoint, Method, IncludeResponse> & {
            unexpectedError: UnknownFetchOutput<IncludeResponse>;
        },
    >

    Type Parameters