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