functional-models
    Preparing search index...

    Type Alias PropertyValidator<TData>

    PropertyValidator: (
        instanceData: ToObjectResult<TData>,
        context: ValidatorContext,
    ) => Promise<ValidationErrors>

    The validator for an entire property. This is composed of multiple underlying validators that all get executed and then assembled together.

    Type Parameters

    Type declaration