()
| 1469 | return this.clone({ ...this._zod.def, catchall: catchall as any }); |
| 1470 | }, |
| 1471 | passthrough() { |
| 1472 | return this.clone({ ...this._zod.def, catchall: unknown() }); |
| 1473 | }, |
| 1474 | loose() { |
| 1475 | return this.clone({ ...this._zod.def, catchall: unknown() }); |
| 1476 | }, |