@khulnasoft/cdk
Version:
Define your observability as code using the AWS CDK
11 lines • 418 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.WidgetType = void 0;
var WidgetType;
(function (WidgetType) {
WidgetType["TIMESERIES"] = "timeseries";
WidgetType["STATISTIC"] = "statistic";
WidgetType["TABLE"] = "table";
WidgetType["TIMESERIES_BAR"] = "timeseries_bar";
})(WidgetType || (exports.WidgetType = WidgetType = {}));
//# sourceMappingURL=dashboard.js.map