import { Ingredient } from "../../domain/ingredient/types.ts"; export interface IngredientRepo { fetchIngredients(): Promise; }