UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

19 lines (18 loc) 537 B
/** * The known entity types that you can have returned from Trending. * @see {@link https://bungie-net.github.io/#/components/schemas/Trending.TrendingEntryType} */ export declare const TrendingEntryType: { readonly News: 0; readonly DestinyItem: 1; readonly DestinyActivity: 2; readonly DestinyRitual: 3; readonly SupportArticle: 4; readonly Creation: 5; readonly Stream: 6; readonly Update: 7; readonly Link: 8; readonly ForumTag: 9; readonly Container: 10; readonly Release: 11; };