DiscriminatedUnionTypeParams
Defined in: packages/schema/src/types/discriminated-union.ts:10
Extends
Section titled “Extends”TypeParams<TOut>
Type Parameters
Section titled “Type Parameters”TOut
TMapping
Section titled “TMapping”TMapping extends Record<string, Type<Node, TOut>>
Properties
Section titled “Properties”mapping
Section titled “mapping”mapping:
TMapping
Defined in: packages/schema/src/types/discriminated-union.ts:14
validators?
Section titled “validators?”
optionalvalidators:Validator<TOut>[]
Defined in: packages/schema/src/types/base.ts:30