UNPKG

@angstone/monostone

Version:

monolitic event-sourced framework

9 lines 467 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const featureName = "system"; exports.starting = { commandName: "starting", featureName }; exports.started = { commandName: "started", featureName }; exports.apiOpened = { commandName: "apiOpened", featureName }; exports.effectDone = { commandName: "effectDone", featureName }; exports.effectFailed = { commandName: "effectFailed", featureName }; //# sourceMappingURL=system_commands.js.map