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

x/valibot/mod.ts>SetSchemaAsync

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

Set schema async type.

Type Parameters

TValue extends BaseSchema<unknown, unknown, BaseIssue<unknown>> | BaseSchemaAsync<unknown, unknown, BaseIssue<unknown>>
TMessage extends ErrorMessage<SetIssue> | undefined

Properties

readonly
type: "set"

The schema type.

readonly
reference: setAsync

The schema reference.

readonly
expects: "Set"

The expected property.

readonly
value: TValue

The set value schema.

readonly
message: TMessage

The error message.