UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

12 lines (11 loc) 376 B
/** @see {@link https://bungie-net.github.io/#/components/schemas/Destiny.DestinyActivityModifierConnotation} */ export declare const DestinyActivityModifierConnotation: { readonly Neutral: 0; readonly Positive: 1; readonly Negative: 2; readonly Affix: 3; readonly Informational: 4; readonly Reward: 5; readonly Event: 6; readonly Count: 7; };