hr-db
    Preparing search index...

    Variable EmployeeDeductionSelectFieldsSchemaJsonConst

    EmployeeDeductionSelectFieldsSchemaJson: ZodPipe<
        ZodTransform<any, unknown>,
        ZodObject<
            {
                employee: ZodOptional<
                    ZodUnion<
                        [
                            ZodCoercedBoolean<unknown>,
                            ZodObject<
                                {
                                    distinct: ZodOptional<ZodArray<ZodEnum<(...)>>>;
                                    where: ZodOptional<
                                        ZodPipe<ZodTransform<(...), (...)>, ZodObject<(...), (...)>>,
                                    >;
                                },
                                $strip,
                            >,
                        ],
                    >,
                >;
                employeeAmount: ZodOptional<ZodCoercedBoolean<unknown>>;
                employeeId: ZodOptional<ZodCoercedBoolean<unknown>>;
                id: ZodOptional<ZodCoercedBoolean<unknown>>;
                paycheckDeductions: ZodOptional<
                    ZodUnion<
                        [
                            ZodCoercedBoolean<unknown>,
                            ZodObject<
                                {
                                    distinct: ZodOptional<ZodArray<ZodEnum<(...)>>>;
                                    where: ZodOptional<
                                        ZodPipe<ZodTransform<(...), (...)>, ZodObject<(...), (...)>>,
                                    >;
                                },
                                $strip,
                            >,
                        ],
                    >,
                >;
                policy: ZodOptional<
                    ZodUnion<
                        [
                            ZodCoercedBoolean<unknown>,
                            ZodObject<
                                {
                                    distinct: ZodOptional<ZodArray<ZodEnum<(...)>>>;
                                    where: ZodOptional<
                                        ZodPipe<ZodTransform<(...), (...)>, ZodObject<(...), (...)>>,
                                    >;
                                },
                                $strip,
                            >,
                        ],
                    >,
                >;
                policyId: ZodOptional<ZodCoercedBoolean<unknown>>;
            },
            $strip,
        >,
    > = ...