n8n-nodes-powerbi
Version:
n8n nodes for integration with Power BI APIs
15 lines (14 loc) • 571 B
TypeScript
import { getDatasource } from './getDatasource';
import { getGateway } from './get';
import { getDatasources } from './getDatasources';
import { getDatasourceStatus } from './getDatasourceStatus';
import { getDatasourceUsers } from './getDatasourceUsers';
import { list } from './list';
export declare const gatewayOperations: {
get: typeof getGateway;
getDatasource: typeof getDatasource;
getDatasources: typeof getDatasources;
getDatasourceStatus: typeof getDatasourceStatus;
getDatasourceUsers: typeof getDatasourceUsers;
list: typeof list;
};