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