UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

12 lines (11 loc) 287 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ForumRecruitmentIntensityLabel = void 0; const ForumRecruitmentIntensityLabel = { None: 0, Casual: 1, Professional: 2 }; exports.ForumRecruitmentIntensityLabel = ForumRecruitmentIntensityLabel;