Home > @skunkteam/types > TypedPropertyInformation
Interface that provides more detailed type-information about the props
and propsInfo
properties of the validator.
Signature:
interface TypedPropertyInformation<Props extends Properties>
Property | Modifiers | Type | Description |
---|---|---|---|
props | readonly |
Props | |
propsInfo | readonly |
PropertiesInfo<Props> |