UNPKG

n8n-nodes-ffmpeg-features

Version:
7 lines (6 loc) 297 B
import { IExecuteFunctions } from 'n8n-workflow'; import { INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class Ffmpeg implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; }