type alias FlatErrorsimport { type FlatErrors } from "https://deno.land/x/valibot@v0.5.0/src/error/flatten/flatten.ts"; Flat errors type. definition: { root?: [string, ...string[]]; nested: Partial<Record<string, [string, ...string[]]>>; }