UNPKG

n8n-nodes-powerbi

Version:
13 lines (12 loc) 397 B
import { list } from './list'; import { get } from './get'; import { getReports } from './getReports'; import { getDashboards } from './getDashboards'; import { getDatasets } from './getDatasets'; export declare const groupOperations: { list: typeof list; get: typeof get; getReports: typeof getReports; getDashboards: typeof getDashboards; getDatasets: typeof getDatasets; };