hr-db
    Preparing search index...

    Variable StateTaxWithholdingIncludeSchemaConst

    StateTaxWithholdingIncludeSchema: ZodObject<
        {
            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,
                        >,
                    ],
                >,
            >;
        },
        $strip,
    > = ...