Skip to main content
Module

x/zod/ZodError.ts>ZodInvalidUnionIssue

TypeScript-first schema validation with static type inference
Very Popular
Go to Latest
interface ZodInvalidUnionIssue
implements ZodIssueBase
import { type ZodInvalidUnionIssue } from "https://deno.land/x/zod@v3.17.3/ZodError.ts";

Properties

code: ZodIssueCode.invalid_union
unionErrors: ZodError[]