UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

8 lines (7 loc) 268 B
/** @see {@link https://bungie-net.github.io/#/components/schemas/Destiny.DestinyActivitySkullDynamicUse} */ export declare const DestinyActivitySkullDynamicUse: { readonly Unknown: 0; readonly Allowed: 1; readonly Disallowed: 2; readonly Count: 3; };