UNPKG

onix-codelist

Version:
10 lines (9 loc) 414 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RightsType = void 0; var RightsType; (function (RightsType) { RightsType[RightsType["Copyright"] = 'C'] = "Copyright"; RightsType[RightsType["PhonogramRight"] = 'P'] = "PhonogramRight"; RightsType[RightsType["DatabaseRight"] = 'D'] = "DatabaseRight"; })(RightsType = exports.RightsType || (exports.RightsType = {}));