UNPKG

onix-codelist

Version:
9 lines (8 loc) 451 B
"use strict"; 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 = {}));