/** * 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. */ /** * I know this doesn\'t look like a Flags Enumeration/bitmask right now, but I assure you it is. This is the possible states that a Presentation Node can be in, and it is almost certain that its potential states will increase in the future. So don\'t treat it like a straight up enumeration. */ export declare type DestinyDestinyPresentationNodeState = 0 | 1 | 2; export declare const DestinyDestinyPresentationNodeState: { NUMBER_0: DestinyDestinyPresentationNodeState; NUMBER_1: DestinyDestinyPresentationNodeState; NUMBER_2: DestinyDestinyPresentationNodeState; };