UNPKG

durable-functions

Version:

Durable Functions library for Node.js Azure Functions

10 lines 507 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ExternalEventType = void 0; var ExternalEventType; (function (ExternalEventType) { ExternalEventType["ExternalEvent"] = "ExternalEvent"; ExternalEventType["LockAcquisitionCompleted"] = "LockAcquisitionCompleted"; ExternalEventType["EntityResponse"] = "EntityResponse"; })(ExternalEventType = exports.ExternalEventType || (exports.ExternalEventType = {})); //# sourceMappingURL=ExternalEventType.js.map