UNPKG

n8n-nodes-selfhosthub

Version:

Collection of n8n nodes for self-hosted AI services, including Leonardo.ai integration for AI image and content generation capabilities.

6 lines (5 loc) 182 B
import { INodeProperties } from 'n8n-workflow'; /** * Get all node properties in the correct order for n8n UI */ export declare function getAllNodeProperties(): INodeProperties[];