UNPKG

onix-codelist

Version:
11 lines (10 loc) 607 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InsertPointType = void 0; var InsertPointType; (function (InsertPointType) { InsertPointType[InsertPointType["AdjacentToLogicalPage"] = 'ALP'] = "AdjacentToLogicalPage"; InsertPointType[InsertPointType["AdjacentToPhysicalPage"] = 'APP'] = "AdjacentToPhysicalPage"; InsertPointType[InsertPointType["AtTimecode"] = 'ATC'] = "AtTimecode"; InsertPointType[InsertPointType["AdjacentToHtmlLabel"] = 'AHL'] = "AdjacentToHtmlLabel"; })(InsertPointType = exports.InsertPointType || (exports.InsertPointType = {}));