UNPKG

n8n-nodes-placid

Version:

n8n node to interact with Placid API for creative generation

3 lines (2 loc) 172 B
import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow'; export declare function execute(this: IExecuteFunctions, index: number): Promise<INodeExecutionData>;