"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.IndicatorID = void 0;
var IndicatorID;
(function (IndicatorID) {
IndicatorID["PVPC"] = "1001";
IndicatorID["SPOT"] = "600";
})(IndicatorID || (exports.IndicatorID = IndicatorID = {}));