/** * 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/bitmask indicating the versions of the game that a given user has purchased. */ export declare type DestinyDestinyGameVersions = 0 | 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 | 256 | 512; export declare const DestinyDestinyGameVersions: { NUMBER_0: DestinyDestinyGameVersions; NUMBER_1: DestinyDestinyGameVersions; NUMBER_2: DestinyDestinyGameVersions; NUMBER_4: DestinyDestinyGameVersions; NUMBER_8: DestinyDestinyGameVersions; NUMBER_16: DestinyDestinyGameVersions; NUMBER_32: DestinyDestinyGameVersions; NUMBER_64: DestinyDestinyGameVersions; NUMBER_128: DestinyDestinyGameVersions; NUMBER_256: DestinyDestinyGameVersions; NUMBER_512: DestinyDestinyGameVersions; };