UNPKG

onix-codelist

Version:
11 lines (10 loc) 501 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TextItemType = void 0; var TextItemType; (function (TextItemType) { TextItemType[TextItemType["TextualWork"] = '01'] = "TextualWork"; TextItemType[TextItemType["FrontMatter"] = '02'] = "FrontMatter"; TextItemType[TextItemType["BodyMatter"] = '03'] = "BodyMatter"; TextItemType[TextItemType["BackMatter"] = '04'] = "BackMatter"; })(TextItemType = exports.TextItemType || (exports.TextItemType = {}));