Skip to main content
Module

x/zod/mod.ts>z.ZodIntersectionDef

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
interface z.ZodIntersectionDef
implements ZodTypeDef
import { type z } from "https://deno.land/x/zod@v3.23.6/mod.ts";
const { ZodIntersectionDef } = z;

Type Parameters

optional
T extends ZodTypeAny = ZodTypeAny
optional
U extends ZodTypeAny = ZodTypeAny

Properties

left: T
right: U
typeName: ZodFirstPartyTypeKind.ZodIntersection