onix-codelist
Version:
ONIX 3.0 Code lists
10 lines (9 loc) • 414 B
JavaScript
;
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 = {}));