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
Latest
type alias IntersectOptions
Re-export
import { type IntersectOptions } from "https://deno.land/x/valibot@v0.2.0-to-json-schema/src/schemas/index.ts";

Intersect options type.

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