Skip to main content
Module

x/zod/external.ts>ZodEffectsDef

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

Type Parameters

optional
T extends ZodTypeAny = ZodTypeAny

Properties

schema: T
typeName: ZodFirstPartyTypeKind.ZodEffects
effect: Effect<any>