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