UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

7 lines (6 loc) 241 B
/** @see {@link https://bungie-net.github.io/#/components/schemas/Forum.ForumRecruitmentIntensityLabel} */ export declare const ForumRecruitmentIntensityLabel: { readonly None: 0; readonly Casual: 1; readonly Professional: 2; };