Variable EmployeeDeductionOmitFieldsSchemaConst
EmployeeDeductionOmitFieldsSchema: ZodObject<
{
employeeAmount: ZodOptional<ZodCoercedBoolean<unknown>>;
employeeId: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
policyId: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...