bungie-net-core
Version:
An easy way to interact with the Bungie.net API
11 lines (10 loc) • 330 B
TypeScript
/**
* At last, stats have categories. Use this for whatever purpose you might wish.
* @see {@link https://bungie-net.github.io/#/components/schemas/Destiny.DestinyStatCategory}
*/
export declare const DestinyStatCategory: {
readonly Gameplay: 0;
readonly Weapon: 1;
readonly Defense: 2;
readonly Primary: 3;
};