mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-29 06:22:24 -05:00
Add descriptions folder
This commit is contained in:
parent
936fc68b5a
commit
b28f0f34f3
3 changed files with 3 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ import {
|
|||
import {
|
||||
contactFields,
|
||||
contactOperations,
|
||||
} from './ContactDescription';
|
||||
} from './descriptions';
|
||||
|
||||
import {
|
||||
friendGridApiRequest,
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ export const contactOperations = [
|
|||
},
|
||||
],
|
||||
default: 'create',
|
||||
description: 'The operation to perform.',
|
||||
description: 'The operation to perform',
|
||||
},
|
||||
] as INodeProperties[];
|
||||
|
||||
1
nodes/FriendGrid/descriptions/index.ts
Normal file
1
nodes/FriendGrid/descriptions/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from './ContactDescription';
|
||||
Loading…
Add table
Add a link
Reference in a new issue