/** * 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. */ /** * Indicates how a socket is populated, and where you should look for valid plug data. This is a flags enumeration/bitmask field, as you may have to look in multiple sources across multiple components for valid plugs. For instance, a socket could have plugs that are sourced from its own definition, as well as plugs that are sourced from Character-scoped AND profile-scoped Plug Sets. Only by combining plug data for every indicated source will you be able to know all of the plugs available for a socket. */ export declare type DestinySocketPlugSources = 0 | 1 | 2 | 4 | 8; export declare const DestinySocketPlugSources: { NUMBER_0: DestinySocketPlugSources; NUMBER_1: DestinySocketPlugSources; NUMBER_2: DestinySocketPlugSources; NUMBER_4: DestinySocketPlugSources; NUMBER_8: DestinySocketPlugSources; };