UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

6 lines (5 loc) 193 B
/** @see {@link https://bungie-net.github.io/#/components/schemas/Forum.ForumPostSortEnum} */ export declare const ForumPostSortEnum: { readonly Default: 0; readonly OldestFirst: 1; };