Variable EmployeeTaxDataOwnSelectFieldsSchemaJsonConst
EmployeeTaxDataOwnSelectFieldsSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
createdAt: ZodOptional<ZodCoercedBoolean<unknown>>;
deductionsAmount: ZodOptional<ZodCoercedBoolean<unknown>>;
dependentsCredit: ZodOptional<ZodCoercedBoolean<unknown>>;
employee: ZodOptional<ZodCoercedBoolean<unknown>>;
employeeId: ZodOptional<ZodCoercedBoolean<unknown>>;
endDate: ZodOptional<ZodCoercedBoolean<unknown>>;
extraWithholding: ZodOptional<ZodCoercedBoolean<unknown>>;
federalStatus: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
isExempt: ZodOptional<ZodCoercedBoolean<unknown>>;
isNonResidentAlien: ZodOptional<ZodCoercedBoolean<unknown>>;
localTaxes: ZodOptional<ZodCoercedBoolean<unknown>>;
multipleJobs: ZodOptional<ZodCoercedBoolean<unknown>>;
otherIncome: ZodOptional<ZodCoercedBoolean<unknown>>;
startDate: ZodOptional<ZodCoercedBoolean<unknown>>;
stateTaxes: ZodOptional<ZodCoercedBoolean<unknown>>;
updatedAt: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...