Skip to main content
Module

x/valibot/mod.ts>SetSchemaAsync

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
type alias SetSchemaAsync
Re-export
import { type SetSchemaAsync } from "https://deno.land/x/valibot@v0.13.1/mod.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; }; }