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