Mapped tuple type that converts a tuple of SchemaBuilder options into
a tuple of their corresponding validation results.
Union schema options get UnionSchemaValidationResult with recursive
getNestedErrors navigation; object schema options get
ObjectSchemaValidationResult; other types get ValidationResult.
Mapped tuple type that converts a tuple of SchemaBuilder options into a tuple of their corresponding validation results. Union schema options get
UnionSchemaValidationResultwith recursivegetNestedErrorsnavigation; object schema options getObjectSchemaValidationResult; other types getValidationResult.