Skip to main content
Module

x/zod/types.ts>ZodCatchDef

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

Type Parameters

optional
T extends ZodTypeAny = ZodTypeAny

Properties

innerType: T
catchValue: (ctx: { error: ZodError; input: unknown; }) => T["_input"]
typeName: ZodFirstPartyTypeKind.ZodCatch