UNPKG

reveal-sdk-node

Version:

RevealBI Node.js SDK

14 lines (13 loc) 394 B
import { RVDashboardDataSource } from "../AbstractClasses/RVDashboardDataSource"; /** OneDrive data source */ export declare class RVOneDriveDataSource extends RVDashboardDataSource { constructor(); /** @hidden */ constructor(json: any); /** @hidden */ toJson(): any; /** @hidden */ getProviderKey(): string; /** @hidden */ getType(): string; }