@addapptables/microservice
Version:
addapptables microservice
6 lines • 359 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BusConfigException = void 0;
var bus_config_exception_1 = require("./bus-config.exception");
Object.defineProperty(exports, "BusConfigException", { enumerable: true, get: function () { return bus_config_exception_1.BusConfigException; } });
//# sourceMappingURL=index.js.map