UNPKG

yoonite-saga

Version:

> Orchestration de workflows transactionnels avec gestion de compensation (pattern Saga)

7 lines 209 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SagaResponse = void 0; class SagaResponse { } exports.SagaResponse = SagaResponse; //# sourceMappingURL=saga-response.js.map