ArrayTypeParams
Defined in: packages/schema/src/types/array.ts:12
Extends
Section titled “Extends”TypeParams<TItemOut[]>
Type Parameters
Section titled “Type Parameters”TItemIn
Section titled “TItemIn”TItemIn
TItemOut
Section titled “TItemOut”TItemOut
TWrapped
Section titled “TWrapped”TWrapped extends Type<TItemIn, TItemOut>
Properties
Section titled “Properties”validators?
Section titled “validators?”
optionalvalidators:Validator<TItemOut[]>[]
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/array.ts:17