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