Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.12 KB

types.typedpropertyinformation.md

File metadata and controls

20 lines (13 loc) · 1.12 KB

Home > @skunkteam/types > TypedPropertyInformation

TypedPropertyInformation interface

Interface that provides more detailed type-information about the props and propsInfo properties of the validator.

Signature:

interface TypedPropertyInformation<Props extends Properties>

Properties

Property Modifiers Type Description
props readonly Props
propsInfo readonly PropertiesInfo<Props>