export interface Ingredient { readonly key: string; readonly name: string; }