Module

x/zod/external.ts>inferFormattedError

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

Type Parameters

T extends ZodType<any, any, any>
optional
U = string
definition: ZodFormattedError<TypeOf<T>, U>