Variable DeductionPolicyIncludeSchemaConst
DeductionPolicyIncludeSchema: ZodObject<
{
employeeDeductions: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{
employeeAmount: ...;
employeeId: ...;
id: ...;
policyId: ...;
},
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
employeeAmount: ...;
employeeId: ...;
id: ...;
policyId: ...;
},
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
},
$strip,
> = ...