UnionTypeParams
Defined in: packages/schema/src/types/union.ts:12
Extends
Section titled “Extends”TypeParams<ExtractOutputFromType<TTypes[number]>>
Type Parameters
Section titled “Type Parameters”TTypes
Section titled “TTypes”TTypes extends Type<Value, any> & IExpressionValueType<any>[]
Properties
Section titled “Properties”types: [
...TTypes[]]
Defined in: packages/schema/src/types/union.ts:15
validators?
Section titled “validators?”
optionalvalidators:Validator<ExtractOutputFromType<TTypes[number]>>[]
Defined in: packages/schema/src/types/base.ts:30