n8n-nodes-powerbi
Version:
n8n nodes for integration with Power BI APIs
11 lines (10 loc) • 342 B
TypeScript
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;
}