method ZodType.prototype.catchRe-exportimport { ZodType } from "https://deno.land/x/zod@v3.23.0/external.ts"; catch(def: Output): ZodCatch<this>catch(def: (ctx: { error: ZodError; input: Input; }) => Output): ZodCatch<this>Parametersdef: OutputReturnsZodCatch<this>Parametersdef: (ctx: { error: ZodError; input: Input; }) => OutputReturnsZodCatch<this>