UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

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