/** * 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. */ export declare type DestinyDestinyTalentNodeState = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13; export declare const DestinyDestinyTalentNodeState: { NUMBER_0: DestinyDestinyTalentNodeState; NUMBER_1: DestinyDestinyTalentNodeState; NUMBER_2: DestinyDestinyTalentNodeState; NUMBER_3: DestinyDestinyTalentNodeState; NUMBER_4: DestinyDestinyTalentNodeState; NUMBER_5: DestinyDestinyTalentNodeState; NUMBER_6: DestinyDestinyTalentNodeState; NUMBER_7: DestinyDestinyTalentNodeState; NUMBER_8: DestinyDestinyTalentNodeState; NUMBER_9: DestinyDestinyTalentNodeState; NUMBER_10: DestinyDestinyTalentNodeState; NUMBER_11: DestinyDestinyTalentNodeState; NUMBER_12: DestinyDestinyTalentNodeState; NUMBER_13: DestinyDestinyTalentNodeState; };