UNPKG

n8n-nodes-magic-directory

Version:

Connect with n8n community members through intelligent profile matching. Powered by Magic Inbox for P2P messaging and workflow sharing.

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