@bearnjs/rest
    Preparing search index...

    Type Alias InferParams<S>

    InferParams: S extends SchemaSet<unknown, unknown, infer TP>
        ? TP
        : Record<string, string>

    Type Parameters

    The schema set to infer from.

    The inferred type of the URL parameters.