UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

19 lines 679 B
import type { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class Rapid7InsightVmApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; icon: { readonly light: "file:icons/Rapid7InsightVm.svg"; readonly dark: "file:icons/Rapid7InsightVm.svg"; }; httpRequestNode: { name: string; docsUrl: string; apiBaseUrlPlaceholder: string; }; properties: INodeProperties[]; authenticate: IAuthenticateGeneric; test: ICredentialTestRequest; } //# sourceMappingURL=Rapid7InsightVmApi.credentials.d.ts.map