nord vpnnord vpn
Ad

Untitled

mail@pastecode.io avatar
unknown
plain_text
a month ago
245 B
2
Indexable
Never
export type MealsCardType = {
  idMeal: number,
  strMealThumb: string,
  strMeal: string,
  strInstructions: string
};

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

nord vpnnord vpn
Ad