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