UNPKG

cv-dialog-sdk

Version:

Catavolt Dialog Javascript API

11 lines (10 loc) 295 B
import { View } from './View'; export declare class PowerBI extends View { readonly accessToken: string; readonly embedId: string; readonly embedType: string; readonly embedUrl: string; readonly permissions: string; readonly tokenType: string; readonly logger: {}; }