- boolean(
params?: {
description?: string;
errorMap?: Zod.z.ZodErrorMap;
invalid_type_error?: string;
required_error?: string;
} & { coerce?: boolean },
): Zod.z.ZodBoolean Parameters
Optional
params: {
description?: string;
errorMap?: Zod.z.ZodErrorMap;
invalid_type_error?: string;
required_error?: string;
} & { coerce?: boolean }