UNPKG

n8n-nodes-powerbi

Version:
15 lines (14 loc) 601 B
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; };