UNPKG

n8n-nodes-placid

Version:

n8n node to interact with Placid API for creative generation

4 lines (3 loc) 274 B
import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow'; export declare function getImageById(executeFunctions: IExecuteFunctions, imageId: string): Promise<any>; export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData>;