Module

x/zod/mod.ts>ZodEffectsDef

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

Type Parameters

optional
T extends ZodTypeAny = ZodTypeAny

Properties

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