bungie-net-core
Version:
An easy way to interact with the Bungie.net API
14 lines (13 loc) • 309 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ActivityGraphNodeHighlightType = void 0;
const ActivityGraphNodeHighlightType = {
None: 0,
Normal: 1,
Hyper: 2,
Comet: 3,
RiseOfIron: 4
};
exports.ActivityGraphNodeHighlightType = ActivityGraphNodeHighlightType;