UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

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