API reference › @evolu/common › Type › UnionInputType
type UnionInputType<Input, Error> = Type<
"Union",
Input,
Input,
Error,
null,
Error,
never,
Input
>;
Defined in: packages/common/src/Type.ts:3845
A root Type validating the encoded Inputs accepted by union.