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

    Type Alias ProductDataSection

    type ProductDataSection = {
        checkers_tags: string[];
        created_t: number;
        creator: string;
        editors_tags: string[];
        last_checked_t: number;
        last_editor: string;
        last_modified_t: number;
        states_hierarchy: string[];
    }
    Index

    Properties

    checkers_tags: string[]
    created_t: number
    creator: string
    editors_tags: string[]
    last_checked_t: number
    last_editor: string
    last_modified_t: number
    states_hierarchy: string[]