node-validator
    Preparing search index...

    Type Alias InferSchemaShape<S>

    InferSchemaShape: { [K in keyof S]: InferValidator<S[K]> }

    Infers the validated output from an object schema shape.

    Type Parameters