@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
11 lines • 422 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.InsertPointType = void 0;
var InsertPointType;
(function (InsertPointType) {
InsertPointType["ALP"] = "ALP";
InsertPointType["APP"] = "APP";
InsertPointType["ATC"] = "ATC";
InsertPointType["AHL"] = "AHL";
})(InsertPointType || (exports.InsertPointType = InsertPointType = {}));
//# sourceMappingURL=InsertPointType.js.map