RegistryUnionTypeParams
Defined in: packages/schema/src/types/registry-union.ts:11
Extends
Section titled “Extends”TypeParams<TOut>
Type Parameters
Section titled “Type Parameters”TOut
TType extends Type<Node, TOut>
Properties
Section titled “Properties”registry
Section titled “registry”registry:
IRegistry<Node,TOut,TType>
Defined in: packages/schema/src/types/registry-union.ts:15
validators?
Section titled “validators?”
optionalvalidators:Validator<TOut>[]
Defined in: packages/schema/src/types/base.ts:30