Variable StateTaxWithholdingSelectFieldsSchemaConst
StateTaxWithholdingSelectFieldsSchema: ZodObject<
{
allowances: ZodOptional<ZodCoercedBoolean<unknown>>;
extraWithholding: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
stateCode: ZodOptional<ZodCoercedBoolean<unknown>>;
stateStatus: ZodOptional<ZodCoercedBoolean<unknown>>;
taxData: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{
createdAt: ...;
deductionsAmount: ...;
dependentsCredit: ...;
employeeId: ...;
endDate: ...;
extraWithholding: ...;
federalStatus: ...;
id: ...;
isExempt: ...;
isNonResidentAlien: ...;
multipleJobs: ...;
otherIncome: ...;
startDate: ...;
updatedAt: ...;
},
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
createdAt: ...;
deductionsAmount: ...;
dependentsCredit: ...;
employeeId: ...;
endDate: ...;
extraWithholding: ...;
federalStatus: ...;
id: ...;
isExempt: ...;
isNonResidentAlien: ...;
multipleJobs: ...;
otherIncome: ...;
startDate: ...;
updatedAt: ...;
},
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
taxDataId: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...