import { type IntersectionSchema } from "https://deno.land/x/valibot@v0.19.0/src/schemas/index.ts";
Intersection schema type.
Type Parameters
TIntersectionOptions extends IntersectionOptions
optional
TOutput = IntersectionOutput<TIntersectionOptions>definition: BaseSchema<IntersectionInput<TIntersectionOptions>, TOutput> & { schema: "intersection"; intersection: TIntersectionOptions; }