Untitled
unknown
plain_text
2 years ago
245 B
8
Indexable
export type MealsCardType = {
idMeal: number,
strMealThumb: string,
strMeal: string,
strInstructions: string
};
export type DrinksCardType = {
idDrink: number,
strDrinkThumb: string,
strDrink: string,
strInstructions: string,
};Editor is loading...