IntoTypeParams
Defined in: packages/schema/src/types/into.ts:5
Extends
Section titled “Extends”TypeParams<TInto>
Type Parameters
Section titled “Type Parameters”TIn
TOut
TWrapped
Section titled “TWrapped”TWrapped extends Type<TIn, TOut>
TInto
Properties
Section titled “Properties”into()
Section titled “into()”into: (
value) =>TInto
Defined in: packages/schema/src/types/into.ts:12
Parameters
Section titled “Parameters”TOut
Returns
Section titled “Returns”TInto
validators?
Section titled “validators?”
optionalvalidators:Validator<TInto>[]
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/into.ts:11