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

x/valibot/src/schemas/union/union.ts>UnionOptions

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

Union options type.

definition: [BaseSchema<any>, BaseSchema<any>, ...BaseSchema<any>[]]