UNPKG

@poli-digital/n8n-nodes-poli

Version:
4 lines (3 loc) 250 B
import { IExecuteFunctions, IDataObject } from 'n8n-workflow'; export declare function createApp(this: IExecuteFunctions, i: number): Promise<IDataObject>; export declare function listApps(this: IExecuteFunctions, i: number): Promise<IDataObject[]>;