UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

8 lines (7 loc) 228 B
/** @see {@link https://bungie-net.github.io/#/components/schemas/Destiny.DestinyClass} */ export declare const DestinyClass: { readonly Titan: 0; readonly Hunter: 1; readonly Warlock: 2; readonly Unknown: 3; };