(augmentation)
| 31330 | // }) as any; |
| 31331 | // }; |
| 31332 | extend(augmentation) { |
| 31333 | return new _ZodObject({ |
| 31334 | ...this._def, |
| 31335 | shape: () => ({ |
| 31336 | ...this._def.shape(), |
| 31337 | ...augmentation |
| 31338 | }) |
| 31339 | }); |
| 31340 | } |
| 31341 | /** |
| 31342 | * Prior to zod@1.0.12 there was a bug in the |
| 31343 | * inferred type of merged objects. Please |
no test coverage detected