UNPKG

onix-codelist

Version:
10 lines (9 loc) 427 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EventType = void 0; var EventType; (function (EventType) { EventType[EventType["UnspecifiedSeeDescription"] = '00'] = "UnspecifiedSeeDescription"; EventType[EventType["BookSigning"] = '01'] = "BookSigning"; EventType[EventType["BookReading"] = '02'] = "BookReading"; })(EventType = exports.EventType || (exports.EventType = {}));