pm-db
    Preparing search index...

    Variable PointSelectFieldsSchemaConst

    PointSelectFieldsSchema: ZodObject<
        {
            description: ZodOptional<ZodCoercedBoolean<unknown>>;
            givenPointes: ZodOptional<
                ZodUnion<
                    [
                        ZodCoercedBoolean<unknown>,
                        ZodObject<
                            {
                                distinct: ZodOptional<
                                    ZodArray<
                                        ZodEnum<
                                            {
                                                createdAt: ...;
                                                createdById: ...;
                                                id: ...;
                                                newPointId: ...;
                                                oldPointId: ...;
                                                projectId: ...;
                                                taskId: ...;
                                            },
                                        >,
                                    >,
                                >;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<
                                            {
                                                createdAt: ...;
                                                createdById: ...;
                                                id: ...;
                                                newPointId: ...;
                                                oldPointId: ...;
                                                projectId: ...;
                                                taskId: ...;
                                            },
                                            $strip,
                                        >,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
            id: ZodOptional<ZodCoercedBoolean<unknown>>;
            name: ZodOptional<ZodCoercedBoolean<unknown>>;
            point: ZodOptional<ZodCoercedBoolean<unknown>>;
            takenPointes: ZodOptional<
                ZodUnion<
                    [
                        ZodCoercedBoolean<unknown>,
                        ZodObject<
                            {
                                distinct: ZodOptional<
                                    ZodArray<
                                        ZodEnum<
                                            {
                                                createdAt: ...;
                                                createdById: ...;
                                                id: ...;
                                                newPointId: ...;
                                                oldPointId: ...;
                                                projectId: ...;
                                                taskId: ...;
                                            },
                                        >,
                                    >,
                                >;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<
                                            {
                                                createdAt: ...;
                                                createdById: ...;
                                                id: ...;
                                                newPointId: ...;
                                                oldPointId: ...;
                                                projectId: ...;
                                                taskId: ...;
                                            },
                                            $strip,
                                        >,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
            tasks: 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,
    > = ...