UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

7 lines (6 loc) 247 B
/** @see {@link https://bungie-net.github.io/#/components/schemas/Destiny.DestinyActivityDifficultyTierType} */ export declare const DestinyActivityDifficultyTierType: { readonly Default: 0; readonly Training: 1; readonly Count: 2; };