node-validator
    Preparing search index...

    Type Alias InferObjectShape<S, U>

    InferObjectShape: U extends "allow"
        ? InferSchemaShape<S> & Record<string, unknown>
        : InferSchemaShape<S>

    Infers the validated output for an object schema and unknown-key mode.

    Type Parameters