@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
9 lines • 393 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.StatusDetailCodeType = void 0;
var StatusDetailCodeType;
(function (StatusDetailCodeType) {
StatusDetailCodeType["_01"] = "01";
StatusDetailCodeType["_02"] = "02";
})(StatusDetailCodeType || (exports.StatusDetailCodeType = StatusDetailCodeType = {}));
//# sourceMappingURL=StatusDetailCodeType.js.map