UNPKG

n8n-nodes-linkupapi

Version:

n8n node for LINKUP API - Complete LinkedIn automation with 100% API coverage and full documentation

8 lines (7 loc) 235 B
import { ICredentialType, INodeProperties } from "n8n-workflow"; export declare class LinkupApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; }