UNPKG

n8n-nodes-powerbi

Version:
11 lines (10 loc) 304 B
import { list } from './list'; import { get } from './get'; import { getPages } from './getPages'; import { exportToFile } from './exportToFile'; export declare const reportOperations: { list: typeof list; get: typeof get; getPages: typeof getPages; exportToFile: typeof exportToFile; };