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
options: TOptions
The intersect options.
message: ErrorMessage | undefined
The error message.
pipe: Pipe<IntersectOutput<TOptions>> | undefined
The validation and transformation pipeline.