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

    Type Alias ProductStateFailure

    ProductStateFailure: ProductStateBase & {
        errors: ProductStateError[];
        status: "failure";
    }