(def?: Internals["def"], params?: { parent: boolean })
| 99 | check(...checks: (core.CheckFn<core.output<this>> | core.$ZodCheck<core.output<this>>)[]): this; |
| 100 | with(...checks: (core.CheckFn<core.output<this>> | core.$ZodCheck<core.output<this>>)[]): this; |
| 101 | clone(def?: Internals["def"], params?: { parent: boolean }): this; |
| 102 | register<R extends core.$ZodRegistry>( |
| 103 | registry: R, |
| 104 | ...meta: this extends R["_schema"] |
no outgoing calls