Skip to main content
Module

x/zod/mod.ts>z.ZodCatchDef

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

Type Parameters

optional
T extends ZodTypeAny = ZodTypeAny
optional
C extends T["_input"] = T["_input"]

Properties

innerType: T
catchValue: () => C
typeName: ZodFirstPartyTypeKind.ZodCatch