UNPKG

n8n-nodes-powerbi

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