Skip to main content
Module

x/zod/types.ts>ZodUnionOptions

TypeScript-first schema validation with static type inference
Very Popular
Go to Latest
type alias ZodUnionOptions
import { type ZodUnionOptions } from "https://deno.land/x/zod@v3.21.4/types.ts";
definition: Readonly<[ZodTypeAny, ...ZodTypeAny[]]>