UNPKG

n8n-nodes-netdevices

Version:

n8n node to interact with network devices (Cisco, Juniper, Palo Alto PAN-OS, Ciena SAOS, Linux, etc.)

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[]; }