/** * 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. */ /** * If you look in the DestinyInventoryItemDefinition\'s \"sockets\" property, you\'ll see that there are two types of sockets: intrinsic, and \"socketEntry.\" Unfortunately, because Intrinsic sockets are a whole separate array, it is no longer sufficient to know the index into that array to know which socket we\'re talking about. You have to know whether it\'s in the default \"socketEntries\" or if it\'s in the \"intrinsic\" list. */ export declare type DestinyRequestsActionsDestinySocketArrayType = 0 | 1; export declare const DestinyRequestsActionsDestinySocketArrayType: { NUMBER_0: DestinyRequestsActionsDestinySocketArrayType; NUMBER_1: DestinyRequestsActionsDestinySocketArrayType; };