Skip to main content
Module

x/valibot/mod.ts>NeverSchema

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
interface NeverSchema
implements BaseSchema<never>
Re-export
import { type NeverSchema } from "https://deno.land/x/valibot@v0.30.0/mod.ts";

Never schema type.

Properties

type: "never"

The schema type.

message: ErrorMessage | undefined

The error message.