()
| 169 | prefault(def: () => core.input<this>): ZodPrefault<this>; |
| 170 | prefault(def: core.input<this>): ZodPrefault<this>; |
| 171 | array(): ZodArray<this>; |
| 172 | or<T extends core.SomeType>(option: T): ZodUnion<[this, T]>; |
| 173 | and<T extends core.SomeType>(incoming: T): ZodIntersection<this, T>; |
| 174 | transform<NewOut>( |
no outgoing calls