Skip to main content
Module

x/valibot/mod.ts>Issue

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
type alias Issue
Re-export
import { type Issue } from "https://deno.land/x/valibot@v0.8.0/mod.ts";

Issue type.

definition: { reason: IssueReason; validation: string; origin: "key" | "value"; message: string; input: any; path?: PathItem[]; issues?: Issues; abortEarly?: boolean; abortPipeEarly?: boolean; }