class z.ZodCatch extends ZodType<T["_output"], ZodCatchDef<T>, unknown>import { z } from "https://dotland.deno.dev/x/fluentci@v0.13.0/deps.ts"; const { ZodCatch } = z; Type ParametersT extends ZodTypeAnyMethods_parse(input: ParseInput): ParseReturnType<this["_output"]>removeCatch()Static Propertiescreate: <T extends ZodTypeAny>(type: T, params: RawCreateParams & { catch: T["_output"] | (() => T["_output"]); }) => ZodCatch<T>