* @deprecated
()
| 2807 | * @deprecated |
| 2808 | */ |
| 2809 | deepPartial(): partialUtil.DeepPartial<this> { |
| 2810 | return deepPartialify(this); |
| 2811 | } |
| 2812 | |
| 2813 | partial(): ZodObject<{ [k in keyof T]: ZodOptional<T[k]> }, UnknownKeys, Catchall>; |
| 2814 | partial<Mask extends util.Exactly<{ [k in keyof T]?: true }, Mask>>( |
no test coverage detected