Skip to main content
Module

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

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

Never issue type.

Properties

readonly
kind: "schema"

The issue kind.

readonly
type: "never"

The issue type.

readonly
expected: "never"

The expected property.