ValidatorsTypetype
{ readonly [K in keyof T]: ValidatorType<T[K]> }| Type | |
|---|---|
ValidatorType | Extract the validated type from a Validator. |
K |
Extract the validated data type from a set of validators.
{ readonly [K in keyof T]: ValidatorType<T[K]> }| Type | |
|---|---|
ValidatorType | Extract the validated type from a Validator. |
K |
Extract the validated data type from a set of validators.