#pragma once #include "common.hpp" namespace kel { namespace sch { using namespace saw::schema; using CommandStruct = Struct< Member, "command"> >; using Commands = Struct< >; } }