/** * 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. */ /** * If the enum value is > 100, it is a \"special\" group that cannot be queried for directly (special cases apply to when they are returned, and are not relevant in general cases) */ export declare type DestinyHistoricalStatsDefinitionsDestinyStatsGroupType = 0 | 1 | 2 | 3 | 100 | 101 | 102 | 103 | 104; export declare const DestinyHistoricalStatsDefinitionsDestinyStatsGroupType: { NUMBER_0: DestinyHistoricalStatsDefinitionsDestinyStatsGroupType; NUMBER_1: DestinyHistoricalStatsDefinitionsDestinyStatsGroupType; NUMBER_2: DestinyHistoricalStatsDefinitionsDestinyStatsGroupType; NUMBER_3: DestinyHistoricalStatsDefinitionsDestinyStatsGroupType; NUMBER_100: DestinyHistoricalStatsDefinitionsDestinyStatsGroupType; NUMBER_101: DestinyHistoricalStatsDefinitionsDestinyStatsGroupType; NUMBER_102: DestinyHistoricalStatsDefinitionsDestinyStatsGroupType; NUMBER_103: DestinyHistoricalStatsDefinitionsDestinyStatsGroupType; NUMBER_104: DestinyHistoricalStatsDefinitionsDestinyStatsGroupType; };