@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
9 lines • 384 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GrantIdentifierType = void 0;
var GrantIdentifierType;
(function (GrantIdentifierType) {
GrantIdentifierType["_01"] = "01";
GrantIdentifierType["_06"] = "06";
})(GrantIdentifierType || (exports.GrantIdentifierType = GrantIdentifierType = {}));
//# sourceMappingURL=GrantIdentifierType.js.map