* @deprecated Use [`A.extend(B.shape)`](https://zod.dev/api?id=extend) instead.
(other: U)
| 1406 | * @deprecated Use [`A.extend(B.shape)`](https://zod.dev/api?id=extend) instead. |
| 1407 | */ |
| 1408 | merge<U extends ZodObject>(other: U): ZodObject<util.Extend<Shape, U["shape"]>, U["_zod"]["config"]>; |
| 1409 | |
| 1410 | pick<M extends util.Mask<keyof Shape>>( |
| 1411 | mask: M & Record<Exclude<keyof M, keyof Shape>, never> |
no outgoing calls
no test coverage detected