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

    Type Alias EndpointFetchParams<Endpoint, Method>

    EndpointFetchParams: HasRequiredKeys<EndpointFetchParamObject<Endpoint, Method>> extends true
        ? [EndpointFetchParamObject<Endpoint, Method>]
        : [EndpointFetchParamObject<Endpoint, Method>?]

    Used to define a function's rest params. The params object is only required if it has any required keys.

    Type Parameters