pm-db
    Preparing search index...

    Variable PointHistoryDistinctFieldsSchemaConst

    PointHistoryDistinctFieldsSchema: ZodArray<
        ZodEnum<
            {
                createdAt: "createdAt";
                createdById: "createdById";
                id: "id";
                newPointId: "newPointId";
                oldPointId: "oldPointId";
                projectId: "projectId";
                taskId: "taskId";
            },
        >,
    > = ...