ValidatorTypetype

X extends Validator<infer Y> ? Y : never
Type
Validator
Object that can validate an unknown value with its validate() method.
Y

Extract the validated type from a Validator.