onix-codelist
Version:
ONIX 3.0 Code lists
9 lines (8 loc) • 451 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ResourceIdentifierType = void 0;
var ResourceIdentifierType;
(function (ResourceIdentifierType) {
ResourceIdentifierType[ResourceIdentifierType["Proprietary"] = '01'] = "Proprietary";
ResourceIdentifierType[ResourceIdentifierType["Iscc"] = '09'] = "Iscc";
})(ResourceIdentifierType = exports.ResourceIdentifierType || (exports.ResourceIdentifierType = {}));