n8n-nodes-powerbi
Version:
n8n nodes for integration with Power BI APIs
13 lines (12 loc) • 409 B
TypeScript
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;
};