UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

4 lines 295 B
import type { IExecuteFunctions, INodeExecutionData, INodeProperties } from 'n8n-workflow'; export declare const description: INodeProperties[]; export declare function execute(this: IExecuteFunctions, index: number): Promise<INodeExecutionData[]>; //# sourceMappingURL=search.operation.d.ts.map