UNPKG

bungie-api-ts-no-const-enum

Version:
16 lines (15 loc) 985 B
export let TrendingEntryType; (function (TrendingEntryType) { TrendingEntryType[(TrendingEntryType['News'] = 0)] = 'News'; TrendingEntryType[(TrendingEntryType['DestinyItem'] = 1)] = 'DestinyItem'; TrendingEntryType[(TrendingEntryType['DestinyActivity'] = 2)] = 'DestinyActivity'; TrendingEntryType[(TrendingEntryType['DestinyRitual'] = 3)] = 'DestinyRitual'; TrendingEntryType[(TrendingEntryType['SupportArticle'] = 4)] = 'SupportArticle'; TrendingEntryType[(TrendingEntryType['Creation'] = 5)] = 'Creation'; TrendingEntryType[(TrendingEntryType['Stream'] = 6)] = 'Stream'; TrendingEntryType[(TrendingEntryType['Update'] = 7)] = 'Update'; TrendingEntryType[(TrendingEntryType['Link'] = 8)] = 'Link'; TrendingEntryType[(TrendingEntryType['ForumTag'] = 9)] = 'ForumTag'; TrendingEntryType[(TrendingEntryType['Container'] = 10)] = 'Container'; TrendingEntryType[(TrendingEntryType['Release'] = 11)] = 'Release'; })(TrendingEntryType || (TrendingEntryType = {}));