mercury.h 276 B

123456789101112
  1. // THIS CORNFILE IS GENERATED. DO NOT EDIT! 🌽
  2. #ifndef _MERCURYH
  3. #define _MERCURYH
  4. #include <optional>
  5. class Header {
  6. public:
  7. std::optional<std::string> uri;
  8. std::optional<std::string> method;
  9. static constexpr ReflectTypeID _TYPE_ID = ReflectTypeID::ClassHeader;
  10. };
  11. #endif