/** * 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. */ /** * A Flags enumeration representing the reasons why a person can\'t join this user\'s fireteam. */ export declare type DestinyDestinyJoinClosedReasons = 0 | 1 | 2 | 4 | 8 | 16 | 32768; export declare const DestinyDestinyJoinClosedReasons: { NUMBER_0: DestinyDestinyJoinClosedReasons; NUMBER_1: DestinyDestinyJoinClosedReasons; NUMBER_2: DestinyDestinyJoinClosedReasons; NUMBER_4: DestinyDestinyJoinClosedReasons; NUMBER_8: DestinyDestinyJoinClosedReasons; NUMBER_16: DestinyDestinyJoinClosedReasons; NUMBER_32768: DestinyDestinyJoinClosedReasons; };