n8n/packages/nodes-base/nodes/UProc/Json/Groups.ts

36 lines
643 B
TypeScript
Raw Normal View History

export const 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",
}],
};