UNPKG

n8n-nodes-bitrix

Version:
4 lines (3 loc) 255 B
import { IExecuteFunctions, INodeExecutionData, INodeProperties } from 'n8n-workflow'; export declare const customMethodOperations: INodeProperties[]; export declare function execute(this: IExecuteFunctions, index: number): Promise<INodeExecutionData[]>;