UNPKG

@boostercloud/cli

Version:

CLI of the Booster Framework, the next level of abstraction for cloud-native applications

13 lines (12 loc) 405 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ProcessService = exports.ProcessError = void 0; const effect_1 = require("@boostercloud/framework-types/dist/effect"); class ProcessError { constructor(error) { this.error = error; this._tag = 'ProcessError'; } } exports.ProcessError = ProcessError; exports.ProcessService = (0, effect_1.tag)();