LANCommander/LANCommander.SDK.Cpp/include/lancommander/models/redistributable.h
2026-05-20 21:21:26 -05:00

16 lines
315 B
C++

#ifndef LANCOMMANDER_MODELS_REDISTRIBUTABLE_H
#define LANCOMMANDER_MODELS_REDISTRIBUTABLE_H
#include <string>
namespace lancommander {
struct Redistributable {
std::string id;
std::string name;
std::string description;
};
} // namespace lancommander
#endif // LANCOMMANDER_MODELS_REDISTRIBUTABLE_H