UNPKG

pegasys-orchestrate

Version:

The PegaSys Orchestrate library provides convenient access to the Codefi Orchestrate API from applications written in server-side JavaScript

8 lines (7 loc) 247 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EventType = void 0; var EventType; (function (EventType) { EventType["Response"] = "response"; })(EventType = exports.EventType || (exports.EventType = {}));