UNPKG

n8n-nodes-xcredentialsx

Version:

Enhanced n8n nodes for credentials management and improved node execution with dropdown selection

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