Skip to main content
Module

x/zod/ZodError.ts>ErrorMapCtx

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
type alias ErrorMapCtx
import { type ErrorMapCtx } from "https://deno.land/x/zod@v3.19.1/ZodError.ts";
definition: { defaultError: string; data: any; }