import { type IntersectSchemaAsync } from "https://deno.land/x/valibot@v0.28.1/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 | undefined; pipe: PipeAsync<IntersectInput<TOptions>> | undefined; }