(shape: U)
| 1397 | strip(): ZodObject<Shape, core.$strip>; |
| 1398 | |
| 1399 | extend<U extends core.$ZodLooseShape>(shape: U): ZodObject<util.Extend<Shape, util.Writeable<U>>, Config>; |
| 1400 | |
| 1401 | safeExtend<U extends core.$ZodLooseShape>( |
| 1402 | shape: SafeExtendShape<Shape, U> & Partial<Record<keyof Shape, core.SomeType>> |
no outgoing calls
no test coverage detected