@addapptables/microservice
Version:
addapptables microservice
13 lines • 380 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TestCommand = void 0;
const __1 = require("../../");
class TestCommand extends __1.Command {
constructor(data, cid) {
super(data, cid);
this.action = 'test-command';
this.context = 'test';
}
}
exports.TestCommand = TestCommand;
//# sourceMappingURL=command.js.map