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

    Type Alias EndpointFetchStreamOutput<Endpoint, Method>

    EndpointFetchStreamOutput: RequireExactlyOne<
        DefinedEndpointFetchStreamOutputs<Endpoint, Method> & {
            unexpectedError: UnknownFetchOutput<true>;
        },
    >

    Type Parameters