UNPKG

durable-functions

Version:

Durable Functions library for Node.js Azure Functions

12 lines 412 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CallHttpAction = void 0; const ActionType_1 = require("./ActionType"); class CallHttpAction { constructor(httpRequest) { this.httpRequest = httpRequest; this.actionType = ActionType_1.ActionType.CallHttp; } } exports.CallHttpAction = CallHttpAction; //# sourceMappingURL=CallHttpAction.js.map