import { type FlatErrors } from "https://deno.land/x/valibot@v0.24.0/src/error/flatten/index.ts";
Flat errors type.
Type Parameters
optional
TSchema extends BaseSchema | BaseSchemaAsync = anydefinition: { root?: [string, ...string[]]; nested: Partial<Record<NestedPath<TSchema>, [string, ...string[]]>>; }