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