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