import { type SchemaIssue } from "https://deno.land/x/valibot@v0.30.0/mod.ts";
Schema issue type.
Properties
reason: IssueReason
The issue reason.
optional
path: IssuePathThe issue path.
optional
issues: SchemaIssuesThe sub issues.
import { type SchemaIssue } from "https://deno.land/x/valibot@v0.30.0/mod.ts";
Schema issue type.
The issue reason.
The issue path.
The sub issues.