UNPKG

n8n-nodes-amocrm

Version:
3 lines (2 loc) 315 B
import { IDisplayOptions, INodeProperties, INodePropertyCollection, INodePropertyOptions } from 'n8n-workflow'; export declare const addWithDescription: (displayOptions: IDisplayOptions | undefined, options: Array<INodeProperties | INodePropertyOptions | INodePropertyCollection> | undefined) => INodeProperties;