UNPKG

n8n-nodes-ffmpeg-features

Version:
3 lines (2 loc) 193 B
import type { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow'; export declare function execute(this: IExecuteFunctions, items: INodeExecutionData[]): Promise<INodeExecutionData[]>;