UNPKG

n8n

Version:

n8n Workflow Automation Tool

7 lines 256 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createExecutionRef = createExecutionRef; function createExecutionRef(workflowId, executionId) { return { workflowId, executionId }; } //# sourceMappingURL=types.js.map