interface IntersectSchemaAsync
implements BaseSchemaAsync<InferIntersectInput<TOptions>, InferIntersectOutput<TOptions>, IntersectIssue | InferIssue<TOptions[number]>>
import { type IntersectSchemaAsync } from "https://deno.land/x/valibot@v1.0.0-beta.2-to-json-schema/src/schemas/intersect/index.ts";
Intersect schema async type.
Type Parameters
TOptions extends IntersectOptionsAsync
TMessage extends ErrorMessage<IntersectIssue> | undefined