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.

12 lines (11 loc) 440 B
import { INodeProperties } from 'n8n-workflow'; /** * Complete unified element fields with proper ordering and full API coverage * Used for all element types across different operations */ export declare const elementFields: INodeProperties[]; /** * Main element collection parameter for unified element handling * Used across all operations with consistent field structure */ export declare const elementCollection: INodeProperties;