UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

8 lines 295 B
import type { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class SshPassword implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; } //# sourceMappingURL=SshPassword.credentials.d.ts.map