export function getHTMLRow(object, categoryName, restaurantTypeName) { return ` ${object.id} ${object.name} ${categoryName} ${restaurantTypeName} ${object.price}₽ ${object.info} ${object.name} `; }