lokinet/llarp/util/status.hpp

15 lines
224 B
C++
Raw Normal View History

2019-02-08 19:43:25 +00:00
#ifndef LLARP_UTIL_STATUS_HPP
#define LLARP_UTIL_STATUS_HPP
2019-02-19 09:43:17 +00:00
#include <nlohmann/json.hpp>
2019-02-08 19:43:25 +00:00
namespace llarp
{
namespace util
{
using StatusObject = nlohmann::json;
2019-02-08 19:43:25 +00:00
} // namespace util
} // namespace llarp
#endif