Type Alias ValidatorConfigs

ValidatorConfigs: Record<ValidatorName | string, ValidatorConfig | undefined>

Describes the configuration of several validators, e.g { 'maxLength': { 'length: 13 }, 'minLength' { 'length: 12 }}