n8n-nodes-heyreach
Version:
n8n community node for HeyReach API - LinkedIn automation platform
9 lines • 352 B
TypeScript
import { IAuthenticateGeneric, ICredentialType, INodeProperties } from 'n8n-workflow';
export declare class HeyReachApi implements ICredentialType {
name: string;
displayName: string;
documentationUrl: string;
properties: INodeProperties[];
authenticate: IAuthenticateGeneric;
}
//# sourceMappingURL=HeyReachApi.credentials.d.ts.map