import { type BaseIssue } from "https://deno.land/x/valibot@v0.35.0/src/index.ts";
Schema issue type.
Properties
readonly
input: TInputThe raw input data.
readonly
optional
path: [IssuePathItem, ...IssuePathItem[]]The issue path.
TODO: Investigate if it is possible to make the path type safe based on the input.