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