UNPKG

onix-codelist

Version:
8 lines (7 loc) 351 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GrantIdentifierType = void 0; var GrantIdentifierType; (function (GrantIdentifierType) { GrantIdentifierType[GrantIdentifierType["Proprietary"] = '01'] = "Proprietary"; })(GrantIdentifierType = exports.GrantIdentifierType || (exports.GrantIdentifierType = {}));