Skip to main content
Module

x/zod/external.ts>ZodIntersectionDef

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

Type Parameters

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

Properties

left: T
right: U
typeName: ZodFirstPartyTypeKind.ZodIntersection