n8n-nodes-base
Version:
Base nodes of n8n
19 lines • 763 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.groups = void 0;
exports.groups = {
groups: [
{ translated: 'Audio', name: 'audio' },
{ translated: 'Communication', name: 'communication' },
{ translated: 'Company', name: 'company' },
{ translated: 'Finance', name: 'finance' },
{ translated: 'Geographical', name: 'geographic' },
{ translated: 'Image', name: 'image' },
{ translated: 'Internet', name: 'internet' },
{ translated: 'Personal', name: 'personal' },
{ translated: 'Product', name: 'product' },
{ translated: 'Security', name: 'security' },
{ translated: 'Text', name: 'text' },
],
};
//# sourceMappingURL=Groups.js.map