UNPKG

n8n-nodes-proxmox

Version:

n8n community node for Proxmox Virtual Environment (VE) API integration with VM, container, storage, and cluster management capabilities

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