Untitled

 avatar
unknown
plain_text
a year ago
245 B
3
Indexable
export type MealsCardType = {
  idMeal: number,
  strMealThumb: string,
  strMeal: string,
  strInstructions: string
};

export type DrinksCardType = {
  idDrink: number,
  strDrinkThumb: string,
  strDrink: string,
  strInstructions: string,
};