Ingredient typedef

Ingredient = String

A single ingredient for a recipe.

Implementation

typedef Ingredient = String;