UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

12 lines (11 loc) 219 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GroupHomepage = void 0; const GroupHomepage = { Wall: 0, Forum: 1, AllianceForum: 2 }; exports.GroupHomepage = GroupHomepage;