Variable EmployeeDeductionOwnIncludeSchemaJsonConst
EmployeeDeductionOwnIncludeSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
employee: ZodOptional<ZodCoercedBoolean<unknown>>;
paycheckDeductions: ZodOptional<ZodCoercedBoolean<unknown>>;
policy: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...