UNPKG

n8n

Version:

n8n Workflow Automation Tool

3 lines (2 loc) 152 B
import { INode, IWorkflowCredentials } from 'n8n-workflow'; export declare function WorkflowCredentials(nodes: INode[]): Promise<IWorkflowCredentials>;