Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface zod.z.ZodInvalidEnumValueIssue
implements ZodIssueBase
import { type zod } from "https://deno.land/x/cav@0.0.24/test/test_deps.ts";
const { ZodInvalidEnumValueIssue } = zod.z;

Properties

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