onix-codelist
Version:
ONIX 3.0 Code lists
10 lines (9 loc) • 555 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LicenseExpressionType = void 0;
var LicenseExpressionType;
(function (LicenseExpressionType) {
LicenseExpressionType[LicenseExpressionType["HumanReadable"] = '01'] = "HumanReadable";
LicenseExpressionType[LicenseExpressionType["ProfessionalReadable"] = '02'] = "ProfessionalReadable";
LicenseExpressionType[LicenseExpressionType["OnixPl"] = '10'] = "OnixPl";
})(LicenseExpressionType = exports.LicenseExpressionType || (exports.LicenseExpressionType = {}));