Skip to main content
Module

x/zod/ZodError.ts>ZodInvalidEnumValueIssue

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

Properties

received: string | number
code: ZodIssueCode.invalid_enum_value
options: (string | number)[]