UNPKG

n8n-nodes-netdevices

Version:

n8n node to interact with network devices (Cisco, MikroTik, Arista, Extreme Networks, Dell, Juniper, HP, Aruba, Ubiquiti, Palo Alto, Fortinet - ISP, data center, campus, and edge)

9 lines (8 loc) 266 B
import type { Icon, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class NetDevicesApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; icon: Icon; properties: INodeProperties[]; }