UNPKG

n8n-nodes-hdw

Version:

n8n node to access Horizon Data Wave API services

9 lines (8 loc) 302 B
import { IAuthenticateGeneric, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class HDWLinkedinApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; authenticate: IAuthenticateGeneric; }