UNPKG

@kadam-net/n8n-nodes-kadam

Version:

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

6 lines (5 loc) 396 B
import { INodeExecutionData } from 'n8n-workflow'; export declare function extractResponseItems(response: any): any[]; export declare function getValueByPath(obj: any, path: string): any; export declare function setValueByPath(obj: Record<string, any>, path: string, value: any): void; export declare function processOutputFields(dataItems: any[], outputFieldsRaw: string): INodeExecutionData[];