UNPKG

n8n-nodes-librenms

Version:

n8n community node for LibreNMS network monitoring system integration with comprehensive device management and monitoring capabilities

5 lines (4 loc) 158 B
import { INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class LibreNms implements INodeType { description: INodeTypeDescription; }