UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

12 lines (11 loc) 421 B
/** * Some Objectives provide perks, generally as part of providing some kind of * interesting modifier for a Challenge or Quest. This indicates when the Perk is * granted. * @see {@link https://bungie-net.github.io/#/components/schemas/Destiny.DestinyObjectiveGrantStyle} */ export declare const DestinyObjectiveGrantStyle: { readonly WhenIncomplete: 0; readonly WhenComplete: 1; readonly Always: 2; };