UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

11 lines (10 loc) 185 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GroupType = void 0; const GroupType = { General: 0, Clan: 1 }; exports.GroupType = GroupType;