n8n-nodes-linkupapi
Version:
n8n node for LINKUP API - Complete LinkedIn automation with 100% API coverage and full documentation
8 lines (7 loc) • 398 B
JavaScript
;
// This file contains all properties of the Linkup node
// It imports from the modular structure to avoid duplication
Object.defineProperty(exports, "__esModule", { value: true });
exports.nodeProperties = void 0;
var index_1 = require("./properties/index");
Object.defineProperty(exports, "nodeProperties", { enumerable: true, get: function () { return index_1.nodeProperties; } });