UNPKG

n8n-nodes-emailverify

Version:

n8n node to verify emails using EmailVerify.io

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