Skip to main content
Module

x/valibot/src/schemas/index.ts>CustomIssue

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

Custom issue type.

Properties

readonly
kind: "schema"

The issue kind.

readonly
type: "custom"

The issue type.

readonly
expected: "unknown"

The expected property.