(params?: string | core.$ZodBooleanParams)
| 1116 | }); |
| 1117 | |
| 1118 | export function boolean(params?: string | core.$ZodBooleanParams): ZodBoolean { |
| 1119 | return core._boolean(ZodBoolean, params); |
| 1120 | } |
| 1121 | |
| 1122 | // bigint |
| 1123 | export interface _ZodBigInt<T extends core.$ZodBigIntInternals = core.$ZodBigIntInternals> extends _ZodType<T> { |