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.

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