/** * 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. */ /** * This Enumeration further classifies items by more specific categorizations than DestinyItemType. The \"Sub-Type\" is where we classify and categorize items one step further in specificity: \"Auto Rifle\" instead of just \"Weapon\" for example, or \"Vanguard Bounty\" instead of merely \"Bounty\". These sub-types are 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. */ export declare type DestinyDestinyItemSubType = 0 | 1 | 2 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33; export declare const DestinyDestinyItemSubType: { NUMBER_0: DestinyDestinyItemSubType; NUMBER_1: DestinyDestinyItemSubType; NUMBER_2: DestinyDestinyItemSubType; NUMBER_5: DestinyDestinyItemSubType; NUMBER_6: DestinyDestinyItemSubType; NUMBER_7: DestinyDestinyItemSubType; NUMBER_8: DestinyDestinyItemSubType; NUMBER_9: DestinyDestinyItemSubType; NUMBER_10: DestinyDestinyItemSubType; NUMBER_11: DestinyDestinyItemSubType; NUMBER_12: DestinyDestinyItemSubType; NUMBER_13: DestinyDestinyItemSubType; NUMBER_14: DestinyDestinyItemSubType; NUMBER_16: DestinyDestinyItemSubType; NUMBER_17: DestinyDestinyItemSubType; NUMBER_18: DestinyDestinyItemSubType; NUMBER_19: DestinyDestinyItemSubType; NUMBER_20: DestinyDestinyItemSubType; NUMBER_21: DestinyDestinyItemSubType; NUMBER_22: DestinyDestinyItemSubType; NUMBER_23: DestinyDestinyItemSubType; NUMBER_24: DestinyDestinyItemSubType; NUMBER_25: DestinyDestinyItemSubType; NUMBER_26: DestinyDestinyItemSubType; NUMBER_27: DestinyDestinyItemSubType; NUMBER_28: DestinyDestinyItemSubType; NUMBER_29: DestinyDestinyItemSubType; NUMBER_30: DestinyDestinyItemSubType; NUMBER_31: DestinyDestinyItemSubType; NUMBER_32: DestinyDestinyItemSubType; NUMBER_33: DestinyDestinyItemSubType; };