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

    Type Alias KnowledgePanelImageSize

    type KnowledgePanelImageSize = {
        height: number;
        url: string;
        width: number;
    }
    Index

    Properties

    Properties

    height: number
    url: string
    width: number