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

    Type Alias KnowledgePanelTitle

    type KnowledgePanelTitle = {
        grade: "a" | "b" | "c" | "d" | "e" | "unknown";
        icon_color_from_evaluation: string;
        icon_size: string;
        icon_url: string;
        subtitle?: string;
        title: string;
        type: string;
    }
    Index

    Properties

    grade: "a" | "b" | "c" | "d" | "e" | "unknown"
    icon_color_from_evaluation: string
    icon_size: string
    icon_url: string
    subtitle?: string
    title: string
    type: string