UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

12 lines (11 loc) 400 B
/** @see {@link https://bungie-net.github.io/#/components/schemas/Destiny.DestinyActivityModifierDisplayCategory} */ export declare const DestinyActivityModifierDisplayCategory: { readonly None: 0; readonly ModeRules: 1; readonly SelfBuildcraft: 2; readonly EnemyAdjustment: 3; readonly EnemyBuildcraft: 4; readonly Seasonal: 5; readonly Fun: 6; readonly Count: 7; };