UNPKG

@poli-digital/n8n-nodes-poli

Version:
7 lines (6 loc) 244 B
import { IExecuteFunctions, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class Poli implements INodeType { description: INodeTypeDescription; constructor(); execute(this: IExecuteFunctions): Promise<any>; }