UNPKG

n8n-nodes-powerbi

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