Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias typeToFlattenedError
import { type typeToFlattenedError } from "https://deno.land/x/frugal@0.9.6/dep/zod.ts";

Type Parameters

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