UNPKG

n8n-nodes-powerbi

Version:
16 lines 565 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.groupOperations = void 0; const list_1 = require("./list"); const get_1 = require("./get"); const getReports_1 = require("./getReports"); const getDashboards_1 = require("./getDashboards"); const getDatasets_1 = require("./getDatasets"); exports.groupOperations = { list: list_1.list, get: get_1.get, getReports: getReports_1.getReports, getDashboards: getDashboards_1.getDashboards, getDatasets: getDatasets_1.getDatasets, }; //# sourceMappingURL=index.js.map