Skip to main content
The Deno 2 Release Candidate is 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.9.0/src/schemas/union/union.ts";

Union options type.

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