UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

7 lines (6 loc) 233 B
/** @see {@link https://bungie-net.github.io/#/components/schemas/Forum.CommunityContentSortMode} */ export declare const CommunityContentSortMode: { readonly Trending: 0; readonly Latest: 1; readonly HighestRated: 2; };