n8n
Version:
n8n Workflow Automation Tool
6 lines • 368 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EventDestinations = void 0;
var event_destination_entity_1 = require("./event-destination.entity");
Object.defineProperty(exports, "EventDestinations", { enumerable: true, get: function () { return event_destination_entity_1.EventDestinations; } });
//# sourceMappingURL=index.js.map