UNPKG

n8n-nodes-gohighlevel

Version:
3 lines (2 loc) 209 B
import { IExecuteFunctions, IDataObject } from 'n8n-workflow'; export declare function handleOpportunityOperations(this: IExecuteFunctions, operation: string, i: number): Promise<IDataObject | IDataObject[]>;