UNPKG

n8n-nodes-powerbi

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