hr-db
    Preparing search index...

    Variable EmployeeDeductionSelectFieldsSchemaConst

    EmployeeDeductionSelectFieldsSchema: ZodObject<
        {
            employee: ZodOptional<
                ZodUnion<
                    [
                        ZodCoercedBoolean<unknown>,
                        ZodObject<
                            {
                                distinct: ZodOptional<
                                    ZodArray<
                                        ZodEnum<
                                            {
                                                directManagerId: ...;
                                                employmentType: ...;
                                                firstName: ...;
                                                hireDate: ...;
                                                id: ...;
                                                lastName: ...;
                                                middleName: ...;
                                                preferedName: ...;
                                                status: ...;
                                                terminationDate: ...;
                                                titleId: ...;
                                                uuid: ...;
                                            },
                                        >,
                                    >,
                                >;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<
                                            {
                                                directManagerId: ...;
                                                employmentType: ...;
                                                firstName: ...;
                                                hireDate: ...;
                                                id: ...;
                                                lastName: ...;
                                                middleName: ...;
                                                preferedName: ...;
                                                status: ...;
                                                terminationDate: ...;
                                                titleId: ...;
                                                uuid: ...;
                                            },
                                            $strip,
                                        >,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
            employeeAmount: ZodOptional<ZodCoercedBoolean<unknown>>;
            employeeId: ZodOptional<ZodCoercedBoolean<unknown>>;
            id: ZodOptional<ZodCoercedBoolean<unknown>>;
            paycheckDeductions: ZodOptional<
                ZodUnion<
                    [
                        ZodCoercedBoolean<unknown>,
                        ZodObject<
                            {
                                distinct: ZodOptional<
                                    ZodArray<
                                        ZodEnum<
                                            {
                                                amount: ...;
                                                employeeDeductionId: ...;
                                                id: ...;
                                                paycheckId: ...;
                                            },
                                        >,
                                    >,
                                >;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<
                                            {
                                                amount: ...;
                                                employeeDeductionId: ...;
                                                id: ...;
                                                paycheckId: ...;
                                            },
                                            $strip,
                                        >,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
            policy: ZodOptional<
                ZodUnion<
                    [
                        ZodCoercedBoolean<unknown>,
                        ZodObject<
                            {
                                distinct: ZodOptional<
                                    ZodArray<
                                        ZodEnum<
                                            {
                                                defaultAmount: ...;
                                                defaultPercent: ...;
                                                id: ...;
                                                name: ...;
                                                type: ...;
                                            },
                                        >,
                                    >,
                                >;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<
                                            {
                                                defaultAmount: ...;
                                                defaultPercent: ...;
                                                id: ...;
                                                name: ...;
                                                type: ...;
                                            },
                                            $strip,
                                        >,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
            policyId: ZodOptional<ZodCoercedBoolean<unknown>>;
        },
        $strip,
    > = ...