()
| 163 | exactOptional(): ZodExactOptional<this>; |
| 164 | nonoptional(params?: string | core.$ZodNonOptionalParams): ZodNonOptional<this>; |
| 165 | nullable(): ZodNullable<this>; |
| 166 | nullish(): ZodOptional<ZodNullable<this>>; |
| 167 | default(def: util.NoUndefined<core.output<this>>): ZodDefault<this>; |
| 168 | default(def: () => util.NoUndefined<core.output<this>>): ZodDefault<this>; |
no outgoing calls