Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/valibot/mod.ts>NonOptionalSchema

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Latest
import { type NonOptionalSchema } from "https://deno.land/x/valibot@v0.35.0/mod.ts";

Non optional schema type.

Type Parameters

TWrapped extends BaseSchema<unknown, unknown, BaseIssue<unknown>>
TMessage extends ErrorMessage<NonOptionalIssue> | undefined

Properties

readonly
type: "non_optional"

The schema type.

readonly
reference: nonOptional

The schema reference.

readonly
expects: "!undefined"

The expected property.

readonly
wrapped: TWrapped

The wrapped schema.

readonly
message: TMessage

The error message.