UNPKG

n8n-nodes-nessus

Version:

n8n community node for Tenable Nessus vulnerability scanner integration

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