NullableTypeParams
Defined in: packages/schema/src/types/nullable.ts:7
Extends
Section titled “Extends”TypeParams<TOut|null>
Type Parameters
Section titled “Type Parameters”TOut
TWrapped
Section titled “TWrapped”TWrapped extends Type<Value, TOut>
Properties
Section titled “Properties”validators?
Section titled “validators?”
optionalvalidators:Validator<TOut|null>[]
Defined in: packages/schema/src/types/base.ts:30
Inherited from
Section titled “Inherited from”wrapped
Section titled “wrapped”wrapped:
TWrapped
Defined in: packages/schema/src/types/nullable.ts:11