UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

10 lines (9 loc) 298 B
/** * Indicates the type of actions that can be performed * @see {@link https://bungie-net.github.io/#/components/schemas/Destiny.SocketTypeActionType} */ export declare const SocketTypeActionType: { readonly InsertPlug: 0; readonly InfuseItem: 1; readonly ReinitializeSocket: 2; };