functional-models
    Preparing search index...

    Type Alias PropertyValidators<TData>

    PropertyValidators: Readonly<Record<string, PropertyValidator<TData>>>

    Records of Property name to Validator.

    Type Parameters