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

    Type Alias ProductAttributeV2

    type ProductAttributeV2 = {
        attributes: AttributeV2[];
        id: string;
        name: string;
    }
    Index

    Properties

    Properties

    attributes: AttributeV2[]
    id: string
    name: string