/** * 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 UserOptInFlags = 0 | 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 | 256; export declare const UserOptInFlags: { NUMBER_0: UserOptInFlags; NUMBER_1: UserOptInFlags; NUMBER_2: UserOptInFlags; NUMBER_4: UserOptInFlags; NUMBER_8: UserOptInFlags; NUMBER_16: UserOptInFlags; NUMBER_32: UserOptInFlags; NUMBER_64: UserOptInFlags; NUMBER_128: UserOptInFlags; NUMBER_256: UserOptInFlags; };