OptionalTypeParams
Defined in: packages/schema/src/types/optional.ts:7
Extends
Section titled “Extends”TypeParams<TOut|undefined>
Type Parameters
Section titled “Type Parameters”TOut
TWrapped
Section titled “TWrapped”TWrapped extends Type<Value, TOut> & IExpressionValueType<TOut>
Properties
Section titled “Properties”validators?
Section titled “validators?”
optionalvalidators:Validator<TOut|undefined>[]
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/optional.ts:11