Skip to main content
Module

x/zod/types.ts>inferFlattenedErrors

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
type alias inferFlattenedErrors
import { type inferFlattenedErrors } from "https://deno.land/x/zod@v3.13.4/types.ts";

Type Parameters

T extends ZodType<any, any, any>
optional
U = string
definition: { formErrors: U[]; fieldErrors: [P in allKeys<TypeOf<T>>]?: U[]; }