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