@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
11 lines (10 loc) • 481 B
JavaScript
/** Enum values for the type of the statistics */
export var MetricsTypeEnum;
(function (MetricsTypeEnum) {
MetricsTypeEnum["error:download"] = "error:download";
MetricsTypeEnum["error:upload"] = "error:upload";
MetricsTypeEnum["light:in"] = "light:in";
MetricsTypeEnum["light:out"] = "light:out";
MetricsTypeEnum["traffic:download"] = "traffic:download";
MetricsTypeEnum["traffic:upload"] = "traffic:upload";
})(MetricsTypeEnum || (MetricsTypeEnum = {}));