UNPKG

n8n-nodes-heyreach

Version:

n8n community node for HeyReach API - LinkedIn automation platform

9 lines 360 B
import { HeyReachApi } from './nodes/HeyReachApi/HeyReachApi.node'; import { HeyReachApi as HeyReachApiCredentials } from './credentials/HeyReachApi.credentials'; export declare const nodeTypes: { heyreach: typeof HeyReachApi; }; export declare const credentialTypes: { heyReachApi: typeof HeyReachApiCredentials; }; //# sourceMappingURL=index.d.ts.map