UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

9 lines (8 loc) 269 B
/** @see {@link https://bungie-net.github.io/#/components/schemas/Destiny.DestinyAmmunitionType} */ export declare const DestinyAmmunitionType: { readonly None: 0; readonly Primary: 1; readonly Special: 2; readonly Heavy: 3; readonly Unknown: 4; };