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

    Type Alias ProductAttribute

    type ProductAttribute = {
        attributes: Attribute[];
        id: string;
        name: string;
    }
    Index

    Properties

    Properties

    attributes: Attribute[]
    id: string
    name: string