Skip to main content
Module

x/valibot/src/schemas/index.ts>IntersectOptions

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

Intersect options type.

definition: MaybeReadonly<BaseSchema<unknown, unknown, BaseIssue<unknown>>[]>