UNPKG

onix-codelist

Version:
8 lines (7 loc) 351 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EventIdentifierType = void 0; var EventIdentifierType; (function (EventIdentifierType) { EventIdentifierType[EventIdentifierType["Proprietary"] = '01'] = "Proprietary"; })(EventIdentifierType = exports.EventIdentifierType || (exports.EventIdentifierType = {}));