(
target: T | core.$ZodType<any, core.output<this>>
)
| 177 | catch(def: core.output<this>): ZodCatch<this>; |
| 178 | catch(def: (ctx: core.$ZodCatchCtx) => core.output<this>): ZodCatch<this>; |
| 179 | pipe<T extends core.$ZodType<any, core.output<this>>>( |
| 180 | target: T | core.$ZodType<any, core.output<this>> |
| 181 | ): ZodPipe<this, T>; |
| 182 | readonly(): ZodReadonly<this>; |
no outgoing calls