UNPKG

powerbi-cli

Version:

Power BI command line interface for managing Power BI Embedded workspace collections

12 lines (11 loc) 244 B
export declare class Config { /** * Gets the saved configuration values */ static get(): any; /** * Stores the configuration values */ static set(settings: any): void; static merge(settings: any): any; }