UNPKG

@kadam-net/n8n-nodes-kadam

Version:

Kadam node for n8n to manage campaigns, creatives, and more.

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