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