@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
16 lines • 577 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.VelocityMetric = void 0;
var VelocityMetric;
(function (VelocityMetric) {
VelocityMetric["_01"] = "01";
VelocityMetric["_02"] = "02";
VelocityMetric["_03"] = "03";
VelocityMetric["_04"] = "04";
VelocityMetric["_05"] = "05";
VelocityMetric["_06"] = "06";
VelocityMetric["_07"] = "07";
VelocityMetric["_08"] = "08";
VelocityMetric["_09"] = "09";
})(VelocityMetric || (exports.VelocityMetric = VelocityMetric = {}));
//# sourceMappingURL=VelocityMetric.js.map