Type Alias ValidatorConfig

ValidatorConfig: Record<
    string,
    string
    | number
    | boolean
    | string[]
    | unknown[],
> & ValidatorOptions

Describes the configuration of a validator.