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