import { type IntersectSchemaAsync } from "https://deno.land/x/valibot@v0.30.0/src/schemas/intersect/intersectAsync.ts";
Intersect schema async type.
Type Parameters
TOptions extends IntersectOptionsAsync
optional
TOutput = IntersectOutput<TOptions>Properties
options: TOptions
The intersect options.
message: ErrorMessage | undefined
The error message.
pipe: PipeAsync<IntersectInput<TOptions>> | undefined
The validation and transformation pipeline.