reveal-sdk-node
Version:
RevealBI Node.js SDK
16 lines (15 loc) • 557 B
TypeScript
import { RVExcelDataSource } from "../Excel/RVExcelDataSource";
/**
* The data source object used to represent the Google sheet data source, there are no additional properties in this class
* as all relevant information is specified in the {@link RVGoogleSheetDataSourceItem} object.
*/
export declare class RVGoogleSheetDataSource extends RVExcelDataSource {
constructor();
/** @hidden */
constructor(json: any);
/** @hidden */
toJson(): any;
getProviderKey(): string;
/** @hidden */
getType(): string;
}