Skip to main content
Deno 2 is finally here 🎉️
Learn more
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
interface IntersectSchema
import { type IntersectSchema } from "https://deno.land/x/valibot@v0.30.0/src/schemas/intersect/index.ts";

Intersect schema type.

Type Parameters

TOptions extends IntersectOptions
optional
TOutput = IntersectOutput<TOptions>

Properties

type: "intersect"

The schema type.

options: TOptions

The intersect options.

message: ErrorMessage | undefined

The error message.

pipe: Pipe<IntersectOutput<TOptions>> | undefined

The validation and transformation pipeline.