UNPKG

durable-functions

Version:

Durable Functions library for Node.js Azure Functions

13 lines 429 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OperationResult = void 0; class OperationResult { constructor(isError, duration, startTime, result) { this.isError = isError; this.duration = duration; this.startTime = startTime; this.result = result; } } exports.OperationResult = OperationResult; //# sourceMappingURL=OperationResult.js.map