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