@bearnjs/rest
    Preparing search index...

    Type Alias InferBody<S>

    InferBody: S extends SchemaSet<infer TB, unknown, unknown> ? TB : JsonValue

    Type Parameters

    The schema set to infer from.

    The inferred type of the request body.