UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

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