UNPKG

n8n-nodes-powerbi

Version:
7 lines (6 loc) 205 B
import { getInfo } from './getInfo'; import { getScanResult } from './getScanResult'; export declare const adminOperations: { getInfo: typeof getInfo; getScanResult: typeof getScanResult; };