interface z.ZodUnionDef
implements ZodTypeDef
import { type z } from "https://deno.land/x/pup@1.0.0-beta.18/deps.ts";
const { ZodUnionDef } = z;
Type Parameters
optional
T extends ZodUnionOptions = Readonly<[ZodTypeAny, ZodTypeAny, ...ZodTypeAny[]]>Properties
options: T