(...checks: (core.CheckFn<core.output<this>> | core.$ZodCheck<core.output<this>>)[])
| 11 | > extends core.$ZodType<Output, Input, Internals> { |
| 12 | type: Internals["def"]["type"]; |
| 13 | check(...checks: (core.CheckFn<core.output<this>> | core.$ZodCheck<core.output<this>>)[]): this; |
| 14 | with(...checks: (core.CheckFn<core.output<this>> | core.$ZodCheck<core.output<this>>)[]): this; |
| 15 | clone(def?: Internals["def"], params?: { parent: boolean }): this; |
| 16 | register<R extends core.$ZodRegistry>( |
no outgoing calls