/** * 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. */ /** * The known entity types that you can have returned from Trending. */ export declare type TrendingTrendingEntryType = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11; export declare const TrendingTrendingEntryType: { NUMBER_0: TrendingTrendingEntryType; NUMBER_1: TrendingTrendingEntryType; NUMBER_2: TrendingTrendingEntryType; NUMBER_3: TrendingTrendingEntryType; NUMBER_4: TrendingTrendingEntryType; NUMBER_5: TrendingTrendingEntryType; NUMBER_6: TrendingTrendingEntryType; NUMBER_7: TrendingTrendingEntryType; NUMBER_8: TrendingTrendingEntryType; NUMBER_9: TrendingTrendingEntryType; NUMBER_10: TrendingTrendingEntryType; NUMBER_11: TrendingTrendingEntryType; };