interface ZodCatchDef implements ZodTypeDefimport { type ZodCatchDef } from "https://dotland.deno.dev/x/zod@v3.23.7/mod.ts"; Type ParametersoptionalT extends ZodTypeAny = ZodTypeAnyPropertiesinnerType: TcatchValue: (ctx: { error: ZodError; input: unknown; }) => T["_input"]typeName: ZodFirstPartyTypeKind.ZodCatch