/** * 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 where each bit represents a possible state that a Record/Triumph can be in. */ export declare type DestinyDestinyRecordState = 0 | 1 | 2 | 4 | 8 | 16 | 32 | 64; export declare const DestinyDestinyRecordState: { NUMBER_0: DestinyDestinyRecordState; NUMBER_1: DestinyDestinyRecordState; NUMBER_2: DestinyDestinyRecordState; NUMBER_4: DestinyDestinyRecordState; NUMBER_8: DestinyDestinyRecordState; NUMBER_16: DestinyDestinyRecordState; NUMBER_32: DestinyDestinyRecordState; NUMBER_64: DestinyDestinyRecordState; };