UNPKG

n8n-nodes-octavehq

Version:

Octave is the AI-powered messaging brain for B2B go-to-market teams, helping articulate product value, synthesize customer interaction data, and deploy consistent, effective messaging across all channels.

5 lines (4 loc) 444 B
import { IExecuteFunctions, INodeProperties } from 'n8n-workflow'; export declare function parseJsonParameter(this: IExecuteFunctions, paramName: string, itemIndex: number, defaultValue?: string): any; export declare function deepMerge<T>(target: Partial<T>, source: Partial<T>): T; export declare function applyDisplayOptions(commonDisplayOptions: Partial<INodeProperties['displayOptions']>, properties: INodeProperties[]): INodeProperties[];