function distinctSyncRecipe(filterOrAll: Ingredient | ResolverIngredient) {
  return distinctByRecipe({
    ...basic,
    partition,
    filterOrAll,