Extend support for Type[T]
to all types T
which can be validated.
#18
Labels
enhancement
New feature or request
Type[T]
to all types T
which can be validated.
#18
Currently, support is limited to the cases where
T
is:Any
type
type
or it includes at least onAny
Ideally, support should be extended to all cases where
T
is a type which can be validated by this library.The text was updated successfully, but these errors were encountered: