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

    Type Alias KnowledgeActionElement

    KnowledgeActionElement: KnowledgeElementBase & {
        action_element: { actions: string[]; html: string };
        element_type: "action";
    }