pm-db
    Preparing search index...

    Variable PointHistoryIncludeSchemaConst

    PointHistoryIncludeSchema: ZodObject<
        {
            createdBy: ZodOptional<
                ZodUnion<
                    [
                        ZodCoercedBoolean<unknown>,
                        ZodObject<
                            {
                                distinct: ZodOptional<
                                    ZodArray<
                                        ZodEnum<
                                            { displayName: ...; id: ...; slug: ...; title: ...; uuid: ... },
                                        >,
                                    >,
                                >;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<
                                            { displayName: ...; id: ...; slug: ...; title: ...; uuid: ... },
                                            $strip,
                                        >,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
            newPoint: ZodOptional<
                ZodUnion<
                    [
                        ZodCoercedBoolean<unknown>,
                        ZodObject<
                            {
                                distinct: ZodOptional<
                                    ZodArray<
                                        ZodEnum<{ description: ...; id: ...; name: ...; point: ... }>,
                                    >,
                                >;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<
                                            { description: ...; id: ...; name: ...; point: ... },
                                            $strip,
                                        >,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
            oldPoint: ZodOptional<
                ZodUnion<
                    [
                        ZodCoercedBoolean<unknown>,
                        ZodObject<
                            {
                                distinct: ZodOptional<
                                    ZodArray<
                                        ZodEnum<{ description: ...; id: ...; name: ...; point: ... }>,
                                    >,
                                >;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<
                                            { description: ...; id: ...; name: ...; point: ... },
                                            $strip,
                                        >,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
            project: ZodOptional<
                ZodUnion<
                    [
                        ZodCoercedBoolean<unknown>,
                        ZodObject<
                            {
                                distinct: ZodOptional<
                                    ZodArray<
                                        ZodEnum<
                                            {
                                                createdById: ...;
                                                description: ...;
                                                dueDate: ...;
                                                endDate: ...;
                                                id: ...;
                                                name: ...;
                                                parentId: ...;
                                                slug: ...;
                                                startDate: ...;
                                            },
                                        >,
                                    >,
                                >;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<
                                            {
                                                createdById: ...;
                                                description: ...;
                                                dueDate: ...;
                                                endDate: ...;
                                                id: ...;
                                                name: ...;
                                                parentId: ...;
                                                slug: ...;
                                                startDate: ...;
                                            },
                                            $strip,
                                        >,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
            task: ZodOptional<
                ZodUnion<
                    [
                        ZodCoercedBoolean<unknown>,
                        ZodObject<
                            {
                                distinct: ZodOptional<
                                    ZodArray<
                                        ZodEnum<
                                            {
                                                createdAt: ...;
                                                createdById: ...;
                                                description: ...;
                                                due: ...;
                                                id: ...;
                                                parentId: ...;
                                                pointId: ...;
                                                priorityId: ...;
                                                resolvedAt: ...;
                                                slug: ...;
                                                sprintId: ...;
                                                statusId: ...;
                                                title: ...;
                                                updatedAt: ...;
                                            },
                                        >,
                                    >,
                                >;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<
                                            {
                                                createdAt: ...;
                                                createdById: ...;
                                                description: ...;
                                                due: ...;
                                                id: ...;
                                                parentId: ...;
                                                pointId: ...;
                                                priorityId: ...;
                                                resolvedAt: ...;
                                                slug: ...;
                                                sprintId: ...;
                                                statusId: ...;
                                                title: ...;
                                                updatedAt: ...;
                                            },
                                            $strip,
                                        >,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
        },
        $strip,
    > = ...