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