UNPKG

durable-functions

Version:

Durable Functions library for Node.js Azure Functions

14 lines 420 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Signal = void 0; class Signal { constructor(target, name, input, requestId, requestTime) { this.target = target; this.name = name; this.input = input; this.requestId = requestId; this.requestTime = requestTime; } } exports.Signal = Signal; //# sourceMappingURL=Signal.js.map