Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/valibot/src/index.ts>SetSchema

The modular and type safe schema library for validating structural data 🤖
Go to Latest
type alias SetSchema
Re-export
import { type SetSchema } from "https://deno.land/x/valibot@v0.19.0/src/index.ts";

Set schema type.

Type Parameters

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