Skip to main content
Module

x/zod/index.ts>z.ZodLazyDef

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

Type Parameters

optional
T extends ZodTypeAny = ZodTypeAny

Properties

getter: () => T
typeName: ZodFirstPartyTypeKind.ZodLazy