ProtectedkeyProtecteddataProtectedhas_ProtectedoutOptionaloptions: CheckOptionsOptionaloptions: ClassValidationOptionsOptionaloptions: UUIDCheckOptionsOptionaloptions: CheckOptionsOptionaloptions: TolerantCheckOptionsOptionaloptions: TolerantCheckOptionsOptionaloptions: EqualityCheckOptionsRuns a group of field-level checks where all returned checks must pass.
All returned checks must pass for the composed result to stay valid.
Evaluates alternative field branches and succeeds when at least one branch is valid.
Each branch function is evaluated in isolation using cloned parent data. Valid branches are then replayed on the current checker so mutations behave the same way as normal non-branch checks.
Evaluates alternative field branches and succeeds only when exactly one branch is valid.
Each branch function is evaluated in isolation using cloned parent data. The single winning branch is then replayed on the current checker so mutations behave the same way as normal non-branch checks.
Optionaloptions: CheckOptionsProtectederrorOptionaloptions: CheckOptionsProtectednormalizeOptionaloptions: EqualityCheckOptionsProtectedequalityOptionaloptions: EqualityCheckOptionsProtectedrulesProtectedcomposeOptionaloptions: CheckOptionsProtectedcreateProtectedcloneProtectedmergeProtectedmergeProtectedtoOptionalvalue: string | string[]Builds the validation result for the current check.
Optionaloptions: ResultOptions
Common interface implemented by all check classes.