UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

8 lines (7 loc) 222 B
/** @see {@link https://bungie-net.github.io/#/components/schemas/GroupsV2.GroupSortBy} */ export declare const GroupSortBy: { readonly Name: 0; readonly Date: 1; readonly Popularity: 2; readonly Id: 3; };