UNPKG

n8n-nodes-instantly-dev

Version:

n8n community node for Instantly API v2 - DEV TESTING VERSION

11 lines 444 B
import { IAuthenticateGeneric, ICredentialType, INodeProperties, ICredentialTestRequest } from 'n8n-workflow'; export declare class InstantlyApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; icon: "file:instantly.svg"; properties: INodeProperties[]; authenticate: IAuthenticateGeneric; test: ICredentialTestRequest; } //# sourceMappingURL=InstantlyApi.credentials.d.ts.map