UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

11 lines 575 B
import type { ICredentialTestFunctions, ICredentialsDecrypted, IExecuteFunctions, INodeCredentialTestResult, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class Ssh implements INodeType { description: INodeTypeDescription; methods: { credentialTest: { sshConnectionTest(this: ICredentialTestFunctions, credential: ICredentialsDecrypted): Promise<INodeCredentialTestResult>; }; }; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; } //# sourceMappingURL=Ssh.node.d.ts.map