/** * Bungie.Net API * These endpoints constitute the functionality exposed by Bungie.net, both for more traditional website functionality and for connectivity to Bungie video games and their related functionality. * * The version of the OpenAPI document: 2.18.0 * Contact: support@bungie.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * Represents the socket energy types for Armor 2.0, Ghosts 2.0, and Stasis subclasses. */ export declare type DestinyDestinyEnergyType = 0 | 1 | 2 | 3 | 4 | 5 | 6; export declare const DestinyDestinyEnergyType: { NUMBER_0: DestinyDestinyEnergyType; NUMBER_1: DestinyDestinyEnergyType; NUMBER_2: DestinyDestinyEnergyType; NUMBER_3: DestinyDestinyEnergyType; NUMBER_4: DestinyDestinyEnergyType; NUMBER_5: DestinyDestinyEnergyType; NUMBER_6: DestinyDestinyEnergyType; };