Add descriptions folder

This commit is contained in:
Valentina 2022-02-01 13:37:22 +02:00
commit b28f0f34f3
3 changed files with 3 additions and 2 deletions

View file

@ -15,7 +15,7 @@ import {
import { import {
contactFields, contactFields,
contactOperations, contactOperations,
} from './ContactDescription'; } from './descriptions';
import { import {
friendGridApiRequest, friendGridApiRequest,

View file

@ -22,7 +22,7 @@ export const contactOperations = [
}, },
], ],
default: 'create', default: 'create',
description: 'The operation to perform.', description: 'The operation to perform',
}, },
] as INodeProperties[]; ] as INodeProperties[];

View file

@ -0,0 +1 @@
export * from './ContactDescription';