UNPKG

n8n-nodes-powerbi

Version:
3 lines (2 loc) 178 B
import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow'; export declare function getScanResult(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;