UNPKG

@poli-digital/n8n-nodes-poli

Version:
8 lines (7 loc) 257 B
import { IExecuteFunctions, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class CreateApp implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise<{ json: any; }[][]>; }