Skip to main content
Module

x/valibot/src/types/index.ts>GenericIssue

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
interface GenericIssue
implements BaseIssue<TInput>
import { type GenericIssue } from "https://deno.land/x/valibot@v0.37.0/src/types/index.ts";

Generic issue type.

Type Parameters

optional
TInput = unknown