@openfoodfacts/openfoodfacts-nodejs
    Preparing search index...

    Type Alias KnowledgeMapElement

    KnowledgeMapElement: KnowledgeElementBase & {
        element_type: "map";
        map_element: { pointers: KnowledgeMapElementPointer[] };
    }