UNPKG

n8n-nodes-powerbi

Version:
13 lines (12 loc) 420 B
import { list } from './list'; import { get } from './get'; import { getDatasources } from './getDatasources'; import { getTransactions } from './getTransactions'; import { refresh } from './refresh'; export declare const dataflowOperations: { list: typeof list; get: typeof get; getDatasources: typeof getDatasources; getTransactions: typeof getTransactions; refresh: typeof refresh; };