import { type Issue } from "https://deno.land/x/valibot@v0.5.0/mod.ts";
Issue type.
definition: { reason: IssueReason; validation: string; origin: "key" | "value"; message: string; input: any; path?: PathItem[]; issues?: Issues; }
import { type Issue } from "https://deno.land/x/valibot@v0.5.0/mod.ts";
Issue type.