Skip to main content
Module

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

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
interface UndefinedableSchema
import { type UndefinedableSchema } from "https://deno.land/x/valibot@v0.1.0-to-json-schema/src/schemas/index.ts";

Undefinedable schema type.

Type Parameters

TWrapped extends BaseSchema<unknown, unknown, BaseIssue<unknown>>
TDefault extends Default<TWrapped, undefined>

Properties

readonly
type: "undefinedable"

The schema type.

readonly
reference: undefinedable

The schema reference.

readonly
expects: `(${TWrapped["expects"]} | undefined)`

The expected property.

readonly
wrapped: TWrapped

The wrapped schema.

readonly
default: TDefault

The default value.