@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
10 lines • 324 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RightsType = void 0;
var RightsType;
(function (RightsType) {
RightsType["C"] = "C";
RightsType["P"] = "P";
RightsType["D"] = "D";
})(RightsType || (exports.RightsType = RightsType = {}));
//# sourceMappingURL=RightsType.js.map