/** * 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. */ /** * An enumeration that indicates the high-level \"type\" of the item, attempting to iron out the context specific differences for specific instances of an entity. For instance, though a weapon may be of various weapon \"Types\", in DestinyItemType they are all classified as \"Weapon\". This allows for better filtering on a higher level of abstraction for the concept of types. This enum is provided for historical compatibility with Destiny 1, but an ideal alternative is to use DestinyItemCategoryDefinitions and the DestinyItemDefinition.itemCategories property instead. Item Categories allow for arbitrary hierarchies of specificity, and for items to belong to multiple categories across multiple hierarchies simultaneously. For this enum, we pick a single type as a \"best guess\" fit. NOTE: This is not all of the item types available, and some of these are holdovers from Destiny 1 that may or may not still exist. I keep updating these because they\'re so damn convenient. I guess I shouldn\'t fight it. */ export declare type DestinyDestinyItemType = 0 | 1 | 2 | 3 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30; export declare const DestinyDestinyItemType: { NUMBER_0: DestinyDestinyItemType; NUMBER_1: DestinyDestinyItemType; NUMBER_2: DestinyDestinyItemType; NUMBER_3: DestinyDestinyItemType; NUMBER_7: DestinyDestinyItemType; NUMBER_8: DestinyDestinyItemType; NUMBER_9: DestinyDestinyItemType; NUMBER_10: DestinyDestinyItemType; NUMBER_11: DestinyDestinyItemType; NUMBER_12: DestinyDestinyItemType; NUMBER_13: DestinyDestinyItemType; NUMBER_14: DestinyDestinyItemType; NUMBER_15: DestinyDestinyItemType; NUMBER_16: DestinyDestinyItemType; NUMBER_17: DestinyDestinyItemType; NUMBER_18: DestinyDestinyItemType; NUMBER_19: DestinyDestinyItemType; NUMBER_20: DestinyDestinyItemType; NUMBER_21: DestinyDestinyItemType; NUMBER_22: DestinyDestinyItemType; NUMBER_23: DestinyDestinyItemType; NUMBER_24: DestinyDestinyItemType; NUMBER_25: DestinyDestinyItemType; NUMBER_26: DestinyDestinyItemType; NUMBER_27: DestinyDestinyItemType; NUMBER_28: DestinyDestinyItemType; NUMBER_29: DestinyDestinyItemType; NUMBER_30: DestinyDestinyItemType; };