UNPKG

n8n-nodes-emailverify

Version:

n8n node to verify emails using EmailVerify.io

10 lines 421 B
import type { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class EmailVerifyApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; authenticate: IAuthenticateGeneric; test: ICredentialTestRequest; properties: INodeProperties[]; } //# sourceMappingURL=EmailVerifyApi.credentials.d.ts.map