UNPKG

n8n-nodes-vidfetch

Version:

This node allows the user to make an API call to Vidfetch.

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