interface zod.ZodUnionDef
implements ZodTypeDef
import { type zod } from "https://deno.land/x/cav@0.0.24/test/test_deps.ts";
const { ZodUnionDef } = zod;
Type Parameters
optional
T extends ZodUnionOptions = Readonly<[ZodTypeAny, ZodTypeAny, ...ZodTypeAny[]]>Properties
options: T