UNPKG

n8n-nodes-putio

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