Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/valibot/src/schemas/intersect/index.ts>IntersectSchema

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

Intersect schema type.

Type Parameters

TOptions extends IntersectOptions
optional
TOutput = IntersectOutput<TOptions>
definition: BaseSchema<IntersectInput<TOptions>, TOutput> & { type: "intersect"; options: TOptions; message: ErrorMessage; }

Type Parameters

TOptions extends IntersectOptions
optional
TOutput = IntersectOutput<TOptions>
definition: BaseSchema<IntersectInput<TOptions>, TOutput> & { type: "intersect"; options: TOptions; message: ErrorMessage; }