reveal-sdk-node
Version:
RevealBI Node.js SDK
8 lines (7 loc) • 630 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RVDashboardAggregationType = exports.RVDashboardDataType = void 0;
var rvDashboardDataType_1 = require("./ts-sdk/rvDashboardDataType");
Object.defineProperty(exports, "RVDashboardDataType", { enumerable: true, get: function () { return rvDashboardDataType_1.RVDashboardDataType; } });
var rvDashboardAggregationType_1 = require("./ts-sdk/rvDashboardAggregationType");
Object.defineProperty(exports, "RVDashboardAggregationType", { enumerable: true, get: function () { return rvDashboardAggregationType_1.RVDashboardAggregationType; } });