Skip to main content
Module

x/valibot/mod.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/mod.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.