Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/valibot/src/index.ts>IntersectSchemaAsync

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

Intersect schema async type.

Properties

type: "intersect"

The schema type.

options: TOptions

The intersect options.

message: ErrorMessage | undefined

The error message.

pipe: PipeAsync<IntersectInput<TOptions>> | undefined

The validation and transformation pipeline.