interface z.ZodEnumDef
implements ZodTypeDef
import { type z } from "https://deno.land/x/zod@v3.23.6/index.ts";
const { ZodEnumDef } = z;
Type Parameters
optional
T extends EnumValues = EnumValuesProperties
values: T
import { type z } from "https://deno.land/x/zod@v3.23.6/index.ts";
const { ZodEnumDef } = z;