interface z.ZodEnumDef
implements ZodTypeDef
import { type z } from "https://deno.land/x/pup@1.0.0-alpha-32/deps.ts";
const { ZodEnumDef } = z;
Type Parameters
optional
T extends EnumValues = EnumValuesProperties
values: T
import { type z } from "https://deno.land/x/pup@1.0.0-alpha-32/deps.ts";
const { ZodEnumDef } = z;