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

    Type Alias KnowledgePanelImage

    type KnowledgePanelImage = {
        alt: string;
        id: string;
        lc: string;
        sizes: Record<string, KnowledgePanelImageSize>;
    }
    Index

    Properties

    Properties

    alt: string
    id: string
    lc: string
    sizes: Record<string, KnowledgePanelImageSize>