Module

x/zod/index.ts>ZodFormattedError

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
type alias ZodFormattedError
import { type ZodFormattedError } from "https://dotland.deno.dev/x/zod@v3.22.4/index.ts";

Type Parameters

T
optional
U = string
definition: { _errors: U[]; } & recursiveZodFormattedError<NonNullable<T>>