Variable EmployeeTaxDataDistinctFieldsSchemaConst
EmployeeTaxDataDistinctFieldsSchema: ZodArray<
ZodEnum<
{
createdAt: "createdAt";
deductionsAmount: "deductionsAmount";
dependentsCredit: "dependentsCredit";
employeeId: "employeeId";
endDate: "endDate";
extraWithholding: "extraWithholding";
federalStatus: "federalStatus";
id: "id";
isExempt: "isExempt";
isNonResidentAlien: "isNonResidentAlien";
multipleJobs: "multipleJobs";
otherIncome: "otherIncome";
startDate: "startDate";
updatedAt: "updatedAt";
},
>,
> = ...