custom Callablecustom<T>(validator: CriteriaValidator<T>, defaultValue: DefaultValue<T>): CustomSchema<T>Create a schema that validates a value based on a defined custom validator callback.Type parametersT
Create a schema that validates a value based on a defined custom validator callback.