UNPKG

n8n-nodes-magic-dev

Version:

🪄 Magic Dev - Revolutionary community n8n node: AI Generation, Creator Hub, Quest Unlock, Market, P2P Magic Inbox (send & receive)!

6 lines (5 loc) • 278 B
import { INodeType, INodeTypeDescription, IWebhookFunctions, IWebhookResponseData } from 'n8n-workflow'; export declare class MagicInboxReceiver implements INodeType { description: INodeTypeDescription; webhook(this: IWebhookFunctions): Promise<IWebhookResponseData>; }