onix-codelist
Version:
ONIX 3.0 Code lists
8 lines (7 loc) • 351 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EventIdentifierType = void 0;
var EventIdentifierType;
(function (EventIdentifierType) {
EventIdentifierType[EventIdentifierType["Proprietary"] = '01'] = "Proprietary";
})(EventIdentifierType = exports.EventIdentifierType || (exports.EventIdentifierType = {}));