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