Untitled
export type MealsCardType = { idMeal: number, strMealThumb: string, strMeal: string, strInstructions: string }; export type DrinksCardType = { idDrink: number, strDrinkThumb: string, strDrink: string, strInstructions: string, };
export type MealsCardType = { idMeal: number, strMealThumb: string, strMeal: string, strInstructions: string }; export type DrinksCardType = { idDrink: number, strDrinkThumb: string, strDrink: string, strInstructions: string, };