UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

7 lines (6 loc) 263 B
/** @see {@link https://bungie-net.github.io/#/components/schemas/Destiny.DestinyActivityTreeChildSortMode} */ export declare const DestinyActivityTreeChildSortMode: { readonly Investment: 0; readonly FocusFirst: 1; readonly BonusAndFocusFirst: 2; };