UNPKG

n8n-nodes-magic-dev

Version:

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

8 lines (7 loc) • 238 B
import { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class MagicDevAuth implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; }