UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

9 lines (8 loc) 288 B
/** @see {@link https://bungie-net.github.io/#/components/schemas/Destiny.DestinyActivityTreeType} */ export declare const DestinyActivityTreeType: { readonly FireteamFinder: 0; readonly Curator: 1; readonly EventHome: 2; readonly SeasonHome: 3; readonly Count: 4; };