import { type IntersectSchemaAsync } from "https://deno.land/x/valibot@v0.24.0/src/schemas/intersect/intersectAsync.ts";
Intersect schema async type.
Type Parameters
TOptions extends IntersectOptionsAsync
optional
TOutput = IntersectOutput<TOptions>definition: BaseSchemaAsync<IntersectInput<TOptions>, TOutput> & { type: "intersect"; options: TOptions; message: ErrorMessage; }