UNPKG

n8n-nodes-powerbi

Version:
11 lines (10 loc) 342 B
import { ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class PowerBI implements ICredentialType { name: string; displayName: string; documentationUrl: string; extends: string[]; icon: string; properties: INodeProperties[]; test: ICredentialTestRequest; }