Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/valibot/src/schemas/undefinedType/undefinedType.ts>UndefinedSchema

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
type alias UndefinedSchema
import { type UndefinedSchema } from "https://deno.land/x/valibot@v0.9.0/src/schemas/undefinedType/undefinedType.ts";

Undefined schema type.

Type Parameters

optional
TOutput = undefined
definition: BaseSchema<undefined, TOutput> & { schema: "undefined"; }