Skip to main content
Module

x/zod/external.ts>ZodErrorMap

TypeScript-first schema validation with static type inference
Very Popular
Go to Latest
type alias ZodErrorMap
Re-export
import { type ZodErrorMap } from "https://deno.land/x/zod@v3.19.1/external.ts";
definition: (issue: ZodIssueOptionalMessage, _ctx: ErrorMapCtx) => { message: string; }