/** * 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 DestinyHistoricalStatsDefinitionsUnitType = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13; export declare const DestinyHistoricalStatsDefinitionsUnitType: { NUMBER_0: DestinyHistoricalStatsDefinitionsUnitType; NUMBER_1: DestinyHistoricalStatsDefinitionsUnitType; NUMBER_2: DestinyHistoricalStatsDefinitionsUnitType; NUMBER_3: DestinyHistoricalStatsDefinitionsUnitType; NUMBER_4: DestinyHistoricalStatsDefinitionsUnitType; NUMBER_5: DestinyHistoricalStatsDefinitionsUnitType; NUMBER_6: DestinyHistoricalStatsDefinitionsUnitType; NUMBER_7: DestinyHistoricalStatsDefinitionsUnitType; NUMBER_8: DestinyHistoricalStatsDefinitionsUnitType; NUMBER_9: DestinyHistoricalStatsDefinitionsUnitType; NUMBER_10: DestinyHistoricalStatsDefinitionsUnitType; NUMBER_11: DestinyHistoricalStatsDefinitionsUnitType; NUMBER_12: DestinyHistoricalStatsDefinitionsUnitType; NUMBER_13: DestinyHistoricalStatsDefinitionsUnitType; };