(def: () => core.input<this>)
| 167 | default(def: util.NoUndefined<core.output<this>>): ZodDefault<this>; |
| 168 | default(def: () => util.NoUndefined<core.output<this>>): ZodDefault<this>; |
| 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]>; |
no outgoing calls
no test coverage detected