UNPKG

@addapptables/microservice

Version:
13 lines 380 B
"use strict"; 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