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

    Type Alias QuestionsResponse

    type QuestionsResponse = {
        questions?: Question[];
        status?: "found" | "no_questions";
    }
    Index

    Properties

    Properties

    questions?: Question[]
    status?: "found" | "no_questions"