/** * 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. */ /** * The reasons why an item cannot be equipped, if any. Many flags can be set, or \"None\" if */ export declare type DestinyEquipFailureReason = 0 | 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128; export declare const DestinyEquipFailureReason: { NUMBER_0: DestinyEquipFailureReason; NUMBER_1: DestinyEquipFailureReason; NUMBER_2: DestinyEquipFailureReason; NUMBER_4: DestinyEquipFailureReason; NUMBER_8: DestinyEquipFailureReason; NUMBER_16: DestinyEquipFailureReason; NUMBER_32: DestinyEquipFailureReason; NUMBER_64: DestinyEquipFailureReason; NUMBER_128: DestinyEquipFailureReason; };