/** * 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 player can choose to restrict requests to join their Fireteam to specific states. These are the possible states a user can choose. */ export declare type DestinyDestinyGamePrivacySetting = 0 | 1 | 2 | 3 | 4; export declare const DestinyDestinyGamePrivacySetting: { NUMBER_0: DestinyDestinyGamePrivacySetting; NUMBER_1: DestinyDestinyGamePrivacySetting; NUMBER_2: DestinyDestinyGamePrivacySetting; NUMBER_3: DestinyDestinyGamePrivacySetting; NUMBER_4: DestinyDestinyGamePrivacySetting; };