z.typeToFlattenedError
import type { z } from "https://esm.sh/zod@3.25.76/index.d.cts";
const { typeToFlattenedError } = z;type typeToFlattenedError<T, U = string> = {
formErrors: U[];
fieldErrors: [P in allKeys<T>]?: U[];
};import type { z } from "https://esm.sh/zod@3.25.76/index.d.cts";
const { typeToFlattenedError } = z;