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.20.3/types.ts";

Type Parameters

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

Properties

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