Interface FieldInfo

Information about a property of a TypeBox schema that's cached to improve the performance of parseFormFields().

Hierarchy

  • FieldInfo

Properties

defaultValue: unknown
fieldName: null | string
fieldType: JavaScriptType
hasDefault: boolean
isNullable: boolean
isOptional: boolean
memberType: null | JavaScriptType

Generated using TypeDoc