UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

3 lines 307 B
import type { ICredentialsDecrypted, ICredentialTestFunctions, INodeCredentialTestResult } from 'n8n-workflow'; export declare function postgresConnectionTest(this: ICredentialTestFunctions, credential: ICredentialsDecrypted): Promise<INodeCredentialTestResult>; //# sourceMappingURL=credentialTest.d.ts.map