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

x/valibot/src/index.ts>IntersectionOptions

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

Intersection options type.

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