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

x/valibot/src/schemas/set/setAsync.ts>SetSchemaAsync

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

Set schema async type.

Type Parameters

TSetValue extends BaseSchema | BaseSchemaAsync
optional
TOutput = SetOutput<TSetValue>
definition: BaseSchemaAsync<SetInput<TSetValue>, TOutput> & { schema: "set"; set: { value: TSetValue; }; }