UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

10 lines (9 loc) 293 B
/** @see {@link https://bungie-net.github.io/#/components/schemas/Forum.ForumPostPopularity} */ export declare const ForumPostPopularity: { readonly Empty: 0; readonly Default: 1; readonly Discussed: 2; readonly CoolStory: 3; readonly HeatingUp: 4; readonly Hot: 5; };