Skip to main content
Module

x/valibot/src/schemas/undefinedable/undefinedableAsync.ts>UndefinedableSchemaAsync

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

Undefinedable schema async type.

Type Parameters

TWrapped extends BaseSchema<unknown, unknown, BaseIssue<unknown>> | BaseSchemaAsync<unknown, unknown, BaseIssue<unknown>>
TDefault extends DefaultAsync<TWrapped, undefined>

Properties

readonly
type: "undefinedable"

The schema type.

readonly
reference: undefinedableAsync

The schema reference.

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

The expected property.

readonly
wrapped: TWrapped

The wrapped schema.

readonly
default: TDefault

The default value.